Escape text for regular expression Action(Power Automate Desktop)
Converts characters with special meanings, such as "\ * + ? | { [ , ^ $ . # ", as regular expressions.
The character "\ * + ? | { [ , ^ $ . # ", etc., which has a special meaning as a regular expression, is escaped (with the escape character to the left) and converted to be handled as a normal character.
This is used when you want to escape the contents of a variable when using a regular expression in some action.
Contents
How to use
Drag Reverse text from Text onto the Workspace.

Set parameters.

Parameter
Text to escape
Specifies the text to be converted.

Variables produced
EscapedText
Specifies the text to be converted.


---
Discussion
New Comments
No comments yet. Be the first one!