Matches URL pattern against request path
Source position: httproute.pp line 65
public function THTTPRoute.MatchPattern( |
const Path: string; |
L: TStrings; |
Options: TRouteOptions |
):Boolean; |
Path |
|
Request path to match |
L |
|
String list to store extracted parameters |
Options |
|
Matching options to apply |
True if pattern matches the path
MatchPattern performs pattern matching between the route's URL pattern and an incoming request path. It supports parameterized routes and extracts path parameters.