Escape text for regular expression Action(Power Automate Desktop)

Japanese version.

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.

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.

---

Links

Text Actions