Viewing 1 replies (of 1 total)
  • Plugin Author alpipego

    (@alpipego)

    Hi Harshita,
    Boxes 1 and 3 are the regex delimiters, basically they’re saying, “This is where the RegEx starts and ends”. That’s why they are synchronized.

    Box 4 are additional flags for the RegEx, e.g., the i flag stands for case-insensitive RegEx search.

    Box 2 is the actual RegEx, in your case it should look like ^zz.+ to catch any URL that starts with zz and has any number of characters after it.

    I hope this helps. A good learning and testing resource for RegEx is https://regex101.com/.

Viewing 1 replies (of 1 total)
  • The topic ‘Apply 410 on all matching URLs’ is closed to new replies.