• I just thought I would share this…

    I needed to search the incoming URL for certain strings and then forward accordingly. In my case the strings were SKU numbers and/or product names. Here is the source code for that source box when searching for ABC123Product (don’t forget to check the regex box):

    .*((?i)ABC123Product).*

  • The topic ‘Redirection search and replace substring’ is closed to new replies.