RegEx Replace

Category

RegEx Commands

Description

This command allows you to perform advanced string replacing using RegEx. Use this command when you want to perform an advanced RegEx replace from a text or variable.

Parameters

Input

Please supply the value or variable, e.g., [vSomeVariable].

RegEx

Enter the RegEx extractor pattern that should be used to extract the text, e.g., ^([w-]+).

Option

Provides enumerated values to use to set regular expression options.

Time Out

A time-out interval.

Replace With

Define the replace with text.

Result

Indicate the variable to receive the result.

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\RegEx Commands\RegEx Replace\RegEx Replace.xml

See Also