Regular Expression will perform partial match?
-
Hi,
It seems Regular Expression will perform a partial match? For example:
/service (No regular expression) -> will not match https://www.example.com/services/
^/service (regular expression) -> will match https://www.example.com/services/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.