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. Instead you can use the Newline variable to replace the CRLF characters. The Newline variable returns the system-dependent line separator string. See Predefined variables to understand the functioning of 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: