Skip to content

Commit

Permalink
add _ to default segmentNameCharset
Browse files Browse the repository at this point in the history
closes #33
  • Loading branch information
snd committed Apr 30, 2019
1 parent aee3410 commit 8002edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const defaultOptions: IOptions = {
escapeChar: "\\",
optionalSegmentEndChar: ")",
optionalSegmentStartChar: "(",
segmentNameCharset: "a-zA-Z0-9",
segmentNameCharset: "a-zA-Z0-9_",
segmentNameStartChar: ":",
segmentValueCharset: "a-zA-Z0-9-_~ %",
wildcardChar: "*",
Expand Down

0 comments on commit 8002edc

Please sign in to comment.