The following table describes the fields for Regular Expression Replace method.
Field | Sub-Field | Description | Notes |
---|---|---|---|
Replace Pattern | List of patterns to be matched and replaced for regular expression transformation. | ||
Match Pattern | Regex logic that defines pattern to be matched. | Instead of using .*, use .+ to match the sequence of characters. | |
Replace Value | Value to replace the matched pattern. |