Builds a route matcher that matches any part of entry name and optionally captures its name.
Reports the capture as capture.
capture
Optional
The name of the capture or nothing to capture under match index.
New route matcher.
Use rmatchAny for anonymous capture.
Generated using TypeDoc
Builds a route matcher that matches any part of entry name and optionally captures its name.
Reports the capture as
capture
.