Skip to main content

Variable Match

Variable Match

Tests if a input matches a stored Variable.

Variables can be newline separated and can be regular expressions.

Regular expression must be wrapped with /, for example

/FileFlows/

To make the test case insensitive, append an i. For example

/FileFlows/i

Complete example

Must match this exact line
/(.*?)/
/Marvel|DC|Batman/i
Another example
Outer Limits

Outputs

  1. Input matched variable
  2. Input did not match variable