Extract TikTok handles from text

Please log in or register to do it.

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.

Extraction Modes:


Extracts every TikTok handle found in the text.

Extracts only the TikTok handles containing the specified substring(s). Enter a comma‑separated list (e.g., cool, fun).

Extracts every TikTok handle except those that contain the specified substring(s). Enter a comma‑separated list (e.g., spam).

Extracts each TikTok handle and formats it using a custom format. Use {handle} as a placeholder (e.g., "Handle: {handle}").

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
Extract all bold words (Markdown or HTML)
Extract only decimal numbers

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