Skip to content

Commit 400c9f3

Browse files
committed
Clarify the allowed tokens for named parameters
Closes #63
1 parent fe901e6 commit 400c9f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ re.exec('/test/route')
5555
//=> ['/test/route', 'test', 'route']
5656
```
5757

58+
**Please note:** Named parameters must be made up of "word characters" (`[A-Za-z0-9_]`).
59+
5860
#### Suffixed Parameters
5961

6062
##### Optional

0 commit comments

Comments
 (0)