Get Subtext Using Regex Step

Brief description

This step is used if you want to extract a subtext using regular expressions.

Step Information

Step Name (Not required)– the custom name of the process step that labels the editor’s process step box

Input Parameters

  • Text (Required) - Text you want to check for the presence of a subtext
  • Regex expression (Required) - Regex expression that you should search in your text

Output Parameters

  • Destination string array variable (Required) - New or existing string array variable to store all found subtexts
  • Element count destination variable (Required) - New or existing integer variable to store the count of items in the output array

Was this article helpful?