This tool extracts TikTok handles from your text. A TikTok handle is defined as any string starting with "@" followed by letters, digits, or underscores. Simply enter your text and run the tool to extract all TikTok handles or filter and format them as needed.
Examples:
Extract All TikTok Handles
Extracts every TikTok handle from the text.
Before:
Follow us on TikTok: @coolcreator and @funnyvideos for daily content.
After:
@coolcreator @funnyvideos
Extract Only Handles Matching Specified Substrings
Only extracts handles containing the specified substring (e.g., "cool").
Before:
Follow our channels: @coolcreator and @awesomecreator.
After (specifying "cool"):
@coolcreator
Extract All Except Handles Containing Specified Substrings
Extracts every TikTok handle except those containing the specified substring (e.g., "spam").
Before:
Our handles: @coolcreator, @spamaccount, @funnyvideos.
After (excluding "spam"):
@coolcreator @funnyvideos
Extract Handles with Custom Format
Formats each extracted handle using the custom format.
Before:
Connect with us: @coolcreator.
After (format "Handle: {handle}"):
Handle: @coolcreator