Remove Words

This action removes all entered words (or characters). When entering multiple words, separate them by comma.

Example

Data to be formatted: AI scientist and PhD candidate Ms. Fina Fedora Words to remove: Ms., Mr., Mrs., PhD, MBA Result will be: AI scientist and candidate Fina Fedora (as in "AI scientist and PhD candidate Ms. Fina Fedora")

Limitation

Commas cannot be removed (since they are used to separate multiple words). To remove commas, use regex action explained in this example: Example: Replace all commas with empty space.

Video Tutorial

Last updated