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

Variable

The variable to match against, if the variable has been deleted or can no longer be found, it will not match and exit output 2.

Input

The input to match the variable against.


Outputs

  1. Input matched variable
  2. Input did not match variable
© 2022 FileFlows