Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt


Expand
titleTips on Regular Expressions

As this field takes a regular expression, remember:

  • Directory separators are forward slashes / (not backslashes \)
  • Any character is a full stop (period) .
  • Any string of characters is .* (not just *)
  • A full stop (period) must be escaped like this \\.

There are details about using regular expressions See Regexp ToDelete or you can find more information on the web, for example, such as the Mozilla Regular Expression page.


...