Help w/ Regex
-
Good day, I wanted to know if I want to use Regex to include all url that starts with https://www.mysite.com/product/ how can I write a regex for that.
For instance, so it can refer to
https://www.mysite.com/product/cap
https://www.mysite.com/product/hat
https://www.mysite.com/product/shirt
https://www.mysite.com/product/pantsI know using url normally I could just use https://www.mysite.com/product/* and that would represent all url that starts with https://www.mysite.com/product/ as a result all the above mentioned would be included
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Help w/ Regex’ is closed to new replies.