RegEx - Split

Usage

This action is used to split a text using a specific pattern.

Fields

1.Text - The text which you would like to split by specific pattern.

2.Pattern - REGEX Pattern to Use.

3.Case Insensitive Toggle - This field shows if the operation should be case insensitive.

4.REGEX Toggle - Shows if the operation should be done using REGEX.

Demonstration on how to use it in a flow

1.Drag and drop RegEx - Split action into the flow.

2.The Name section is pre-filled by the action name but you can configure this section according to your preference.

3.Click the gear icon to open its settings.

4.Enter the text.

5.Enter the REGEX pattern.

6.Specify whether it should be case sensitive or not.

7.Specify whether REGEX should be used or not.