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.
re.exec('/test/route')
1 parent 79a5dcf commit 32a14b0Copy full SHA for 32a14b0
Readme.md
@@ -82,7 +82,7 @@ re.exec('/test')
82
//=> ['/test', 'test', undefined]
83
84
85
-//=> ['/test', 'test', 'route']
+//=> ['/test/route', 'test', 'route']
86
```
87
88
##### Zero or more
0 commit comments