Remove @Mentions from Text

Please log in or register to do it.

This tool cleans your text by removing @mentions—words beginning with "@" that are commonly used to reference users. It provides multiple modes: you can strip out all @mentions, remove only those you specify, or retain only a whitelist of allowed mentions while removing the rest.

Processing Modes:


Removes every occurrence of a word starting with "@".

Removes only the @mentions that you list. Enter a comma‑separated list (e.g., @user1, @user2).

Removes every @mention except for the ones you allow. Enter a comma‑separated list (e.g., @user2, @admin).

Examples:

Remove All @Mentions

Every word starting with "@" is removed.

Before:
Hello @user1, how are you @user2 doing?
After:
Hello , how are you  doing?

Remove Only Specified @Mentions

Only the specified @mentions (e.g., @user1) are removed.

Before:
Hello @user1, how are you @user2 doing?
After (removing @user1):
Hello , how are you @user2 doing?

Remove All Except Specified @Mentions

Removes every @mention except for the allowed ones (e.g., @user2).

Before:
Hello @user1, how are you @user2 doing?
After (allowing @user2):
Hello , how are you @user2 doing?
Remove Emojis from Text
Remove JavaScript from HTML

Your email address will not be published. Required fields are marked *