Enter a regular expression pattern. Common examples:
\s+
- Split on whitespace[,;]
- Split on comma or semicolon\d+
- Split on numbers[-_]
- Split on dash or underscore[.!?]+
- Split on sentence endings\b
- Split on word boundaries(?<=\])|(?=\[)
- Split around square brackets\s*[,;:]\s*
- Split on punctuation with optional spacesThe global flag (g) is automatically added.
Split results will appear here...
This tool splits text into parts using various methods - by characters, words, lines, or custom delimiters. It can also handle complex splitting patterns and regular expressions.
Simply choose how you want to split your text and click the split button. All processing happens in your browser for complete privacy.