Documentation - RestApp

Regex match

Definition

Returns column with regular expression if match or not.

Parameters

  1. Column input:

    • Def: Specify the name of the column.
  2. Column output:

    • Def: Specify the name of the column.
  3. Regex:

    • Def: Specify the regular expression, be careful with upper/lowercase !
  4. Match value:

    • Def: Specify the value if the value of Column input match regex.
  5. No match value:

    • Def: Specify the value if the value of Column input doesn't match regex.