Skip to content

Commit

Permalink
Add strict option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jul 13, 2024
1 parent 7015c1f commit 46b9f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The `pathToRegexp` function returns a regular expression with `keys` as a proper
- **options** _(optional)_
- **sensitive** Regexp will be case sensitive. (default: `false`)
- **trailing** Allows optional trailing delimiter to match. (default: `true`)
- **strict** Verify patterns are valid and safe to use. (default: `false`, recommended: `true`)
- **end** Match to the end of the string. (default: `true`)
- **start** Match from the beginning of the string. (default: `true`)
- **loose** Allow the delimiter to be arbitrarily repeated, e.g. `/` or `///`. (default: `true`)
Expand Down

0 comments on commit 46b9f0b

Please sign in to comment.