Skip to content

Commit 8002edc

Browse files
committed
add _ to default segmentNameCharset
closes #33
1 parent aee3410 commit 8002edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const defaultOptions: IOptions = {
2424
escapeChar: "\\",
2525
optionalSegmentEndChar: ")",
2626
optionalSegmentStartChar: "(",
27-
segmentNameCharset: "a-zA-Z0-9",
27+
segmentNameCharset: "a-zA-Z0-9_",
2828
segmentNameStartChar: ":",
2929
segmentValueCharset: "a-zA-Z0-9-_~ %",
3030
wildcardChar: "*",

0 commit comments

Comments
 (0)