8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7015c1f commit 46b9f0bCopy full SHA for 46b9f0b
Readme.md
@@ -33,6 +33,7 @@ The `pathToRegexp` function returns a regular expression with `keys` as a proper
33
- **options** _(optional)_
34
- **sensitive** Regexp will be case sensitive. (default: `false`)
35
- **trailing** Allows optional trailing delimiter to match. (default: `true`)
36
+ - **strict** Verify patterns are valid and safe to use. (default: `false`, recommended: `true`)
37
- **end** Match to the end of the string. (default: `true`)
38
- **start** Match from the beginning of the string. (default: `true`)
39
- **loose** Allow the delimiter to be arbitrarily repeated, e.g. `/` or `///`. (default: `true`)
0 commit comments