Documentation - RestApp

Regex replace

Definition

Returns the Column input values and replace the regular expression with Replace value.

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. Replace value:

    • Def: Specify the value if the value of Column input match Regex.