Redirection Plugin Regex Replace
-
Hello,
I am tyring to replace all – from a string.
String:
2001-cars-i-loveI want it to be:
2001+cars+i+loveRegex URL:
/cars/([0-9]+)-(.*)/Target URL:
/?s=$1+$2How do I replace all the dashes in $2?
Thank you
Fais
- The topic ‘Redirection Plugin Regex Replace’ is closed to new replies.