How to remove numbers from text.(Power Automate Desktop)
Remove numbers from text, and leave the non-numeric text.
Contents
Steps
Put in place a "Replace text" action and set the parameters as follows
Parameter | Value |
---|---|
Text to parse | Any source text |
Text to find | [0-9] |
Use regular expressions for find and replace | ON |
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.
Discussion
New Comments
No comments yet. Be the first one!