/
_regexp_tips

_regexp_tips

 Tips 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 \\.

More information can be found on the web, such as the Mozilla Regular Expression page.

Related content

matches
matches
More like this
matches
matches
More like this
matches
matches
More like this
matches
More like this
matches
matches
More like this
Regular Expressions
Regular Expressions
More like this