Extract Mentions (@usernames)
Automatically find and extract every @mention from any text — social media posts, comments, or data exports. Get a clean list of all usernames mentioned.
What Does This Tool Do?
This tool scans your text and pulls out every @username mention — the kind used to tag people on Twitter, Instagram, Discord, and other platforms. You get a deduplicated list of every @mention in your text.
Key Features
How to Use This Tool
- Paste the text containing @mentions.
- Click Extract to find all mentions.
- Copy the clean list from the Output box.
How It Works
A regex pattern matches @ followed by one or more word characters (letters, numbers, underscores), which is the standard format for social media @usernames. All matches are collected and deduplicated.
Common Use Cases
Frequently Asked Questions
Does it work with email addresses?
It may pick up the local part of email addresses (before the @). Use the Extract Emails tool specifically for email addresses.
Are duplicates removed?
Yes — each unique @mention appears only once.
Related Tools
Link to This Tool
Copy and paste the code below to link to this tool from your website: