Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Clean clipboard text formatting in RunMacro
What it does
The Clean Text Format command edits the current clipboard content by options: remove uppercase, remove digits, remove special characters, remove spaces, or convert all to lowercase. The result is written back to the clipboard.
When to use it
- Normalize data before filling a form.
- Strip extra characters from copied content.
- Build a clean string (letters/digits only) for usernames, codes...
Configuration steps
- Make sure the clipboard has the text to clean.
- Add a Code › Clean Text Format command.
- Enable the options: remove uppercase/digits/special/spaces, or to lowercase. Save.
Every option explained
Real example
Example: build a lowercase no-space string
- Copy "John Doe 123".
- Clean Text Format: to lowercase, remove numbers, remove spaces.
- Clipboard becomes
johndoe.
Tips & common mistakes
Chain it before Paste from Clipboard to fill normalized data.
RunMacro