Replace Pattern
The Replace Pattern data converter replaces matches of a pattern with the result of an expression.
Properties
The Replace Pattern data converter can be configured using the following properties.
- Pattern
-
Specifies a pattern to search for in the input text. Note that this pattern does not have to match the entire input text.
- Ignore Case
-
If this is checked, then the pattern matching is case-insensitive.
- Replace Expression
-
Specifies an expression, whose result will replace the part of the text matched by the pattern.
- Replace All
-
If this is checked, then all occurrences of the Pattern will be replaced by the Replace Expression. If not, then only the first occurrence is replaced.
- Description
-
Type in a description to be shown in the list of data converters. If there is no type in a description, one will be generated.