PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

There are details about using regular expressions on the web, for example, the Mozilla Regular Expression page.


  • No labels