• Hello,

    I am tyring to replace all – from a string.

    String:
    2001-cars-i-love

    I want it to be:
    2001+cars+i+love

    Regex URL:
    /cars/([0-9]+)-(.*)/

    Target URL:
    /?s=$1+$2

    How do I replace all the dashes in $2?

    Thank you

    Fais

  • The topic ‘Redirection Plugin Regex Replace’ is closed to new replies.