FRENDS⁴ Common Components : RegexTask.Split Task

Description:

Executes regular expression to find pattern from any string value and splits string accordingly. Check regular expression guide from here https://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx 

Parameters:

General parameters are the same as all tasks in FRENDS, but following are task specific.

Input: (String) Random string, does not need to be structured text.

Patern: (String) Regular expression for searching the patterns from input text to use as split values.

Result value Success and Fault:


Attachments: