Repository
Current version released
7 months ago
Dependencies
deno.land/x
urichk
schema for checking uri
example
// this is
/* urichk example */
https://example.com/foo/[bar]/baz {
? match /^param1=.+?¶m2=.+$/
? form {
param1 = /^.+$/
param2 [] = /^.+$/
}
# match
| id1
| id2
}