This tool extracts words containing special characters from your text. A word is defined as any sequence of non‑whitespace characters, and this tool filters out only those words that include at least one special character (i.e. a character that is not a letter, digit, or underscore). It provides flexible options so you can: • Extract every word that contains any special character. • Extract only words that contain specified special character(s) (e.g., @, #, $, %). • Extract all words containing special characters except those that include specified special character(s) (e.g., &, *). • Format each extracted word using a custom format. Simply enter your text and select the extraction mode that suits your needs.
Examples:
Extract All Words Containing Special Characters
Extracts every word that contains any special character.
Hello, my email is test@example.com and my website is www.example-site.com.
test@example.com www.example-site.com
Extract Only Words Containing Specified Special Characters
Only extracts words that contain the specified special characters (e.g., "@" and "-").
Contact: support@example.com or visit www.example-site.com for info.
support@example.com www.example-site.com
Extract All Except Words Containing Specified Special Characters
Extracts words with special characters but excludes those containing the specified special character(s) (e.g., "-").
Visit test@example.com and www.example-site.com for details.
test@example.com
Extract Words with Custom Format
Each extracted word is formatted using a custom format.
Please check test@example.com.
[test@example.com]