Using Replace action
- Updated: 2022/11/23
Using Replace action
Use the Replace action to find a piece of text from the source string and replace it with another text.
\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b
.
Note:
- The Replace action might not replace the Carriage Return and Line Feed (CRLF) characters in a string when you use the Enter variable. To ensure that the characters are replaced, instead of the Enter variable, use the Newline variable.
- When you use the $ character in your regular expression pattern, the regular expression field might show an error as $ is considered as the start of a variable specification. Hence, we recommend you use $ instead.
Procedure
To replace text from the specified string, follow these steps: