How to remove numbers from text.(Power Automate Desktop)

Japanese version.

Remove numbers from text, and leave the non-numeric text.

Steps

Put in place a "Replace text" action and set the parameters as follows

ParameterValue
Text to parseAny source text
Text to find[0-9]
Use regular expressions for find and replaceON
Replace with%''%

As an example, if you specify "ab9c1d8e2ABCDE37" in "Text to be parsed," the result will be "abcdeABCDE" with all but the numbers remaining.

For those who want to learn Power Automate Desktop effectively


The information on this site is now available in an easy-to-read e-book format.

Or Kindle Unlimited (unlimited reading).

You willl discover how to about basic operations.

By the end of this book, you will be equipped with the knowledge you need to use Power Automate Desktop to streamline your workflow.

Links

Tips(Power Automate Desktop)