FRENDS⁴ Common Components : RegexTask.Replace Task

Description:

Executes regular expression to find text from any string value and replaces this with new value. 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.

Replacement: (String) Value which replaces all values found matching the pattern.

Result value Success and Fault:


Attachments: