Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

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

RunMacro robot
Docs Code Clean Text Format
🧽 Code

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

  1. Make sure the clipboard has the text to clean.
  2. Add a Code › Clean Text Format command.
  3. Enable the options: remove uppercase/digits/special/spaces, or to lowercase. Save.

Every option explained

Remove uppercase

Removes all uppercase characters from the string.

Remove numbers

Removes all digits.

Remove special characters

Keeps only letters, digits, and spaces.

Remove spaces

Removes all whitespace, joining into one string.

To lowercase

Converts everything to lowercase.

Real example

Example: build a lowercase no-space string

  1. Copy "John Doe 123".
  2. Clean Text Format: to lowercase, remove numbers, remove spaces.
  3. Clipboard becomes johndoe.

Tips & common mistakes

Chain it before Paste from Clipboard to fill normalized data.
RunMacro robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.