Viewing 1 replies (of 1 total)
  • Plugin Author Marios Alexandrou

    (@marios-alexandrou)

    When you get a white page it means that the regex has an error. I would start with a very simple regex rule to confirm you’ve got the basic syntax right and then build on it.

    One other thing to note is that when you using regex you need to start and end with a regex delimiter i.e. typically the forward slash. And regex also requires you to “escape” special characters so you’ll need to look up the list of special characters.

Viewing 1 replies (of 1 total)
  • The topic ‘RegEx code’ is closed to new replies.