• Resolved Sevar

    (@sevar)


    I have Source URL:

    ^https:\/\/dating\.domain\.com\/dating-profiles\/\?renc=account(&.*)?

    for this:

    https://dating.domain.com/dating-profiles/?renc=account&id=23

    and regex tag enabled but doesn’t work.

    • This topic was modified 5 years, 6 months ago by Sevar.
    • This topic was modified 5 years, 6 months ago by Sevar.
    • This topic was modified 5 years, 6 months ago by Sevar.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Godley

    (@johnny5)

    That is not a valid source URL. You should match against the path only, not against the protocol and domain. Also, you do not need to escape the slashes

    Thread Starter Sevar

    (@sevar)

    This variant worked: ^/dating-profiles/\?renc=account(&.*)?
    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My regex doesn’t work’ is closed to new replies.