Text Tools

Split Text by Custom Delimiters

Split text by a custom delimiter or regex, with trim, empty-block removal, and unique filtering. Useful for CSV-like cleanup and token lists.

TextSplitDelimiter

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Split pasted CSV-like values on an unusual delimiter
  • Break tokens with a regex separator
  • Build unique lists from delimited text

How to use

  1. Paste the text and enter a delimiter (literal or regex)
  2. Toggle trim, ignore empties, and unique as needed
  3. Split, then copy the result

Example input and output

Input (comma)

a,b, c,,d

Output (trim + ignore empty)

a\nb\nc\nd

FAQ

Can the delimiter be a regular expression?

Yes. Enable Regex mode and provide a valid pattern. Invalid patterns show an error instead of splitting.

Can blank split items be removed?

Yes. Enable the option to ignore empty items.

Tools

Related tools

Continue with another translated tool for a nearby task.

Text Splitter

Split Text by Delimiter, Length, or Words

Available

Split text into multiple lines by a fixed delimiter, character length, or word count. Optionally trim each segment and skip empty parts. Useful for list cleanup and chunking.

Text Split Lines

Text Joiner

Join Lines with a Separator Online

Available

Join multiline text into one line with common separators or a custom connector. Optional edge trimming and blank-line skipping help prepare lists and SQL-style value lists.

Text Join Delimiter

Regex Extractor

Extract Matches with Regular Expressions

Available

Extract every regex match from text with flags, capture groups, expand-all groups, dedupe, and multiple output formats for log fields and structured collection.

Text Regex Extract