does Support Path
Checks if a URL path matches a supported regex pattern.
Return
True if the URL path matches the pattern, false otherwise.
Parameters
destination Url
The URL to check.
supported Regex Path
The regex pattern for supported paths.
Checks if a URL path matches a supported regex pattern.
Return
True if the path matches the pattern, false otherwise.
Parameters
url Path
The URL path to check.
supported Regex Path
The regex pattern for supported paths.