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...
Text Splitter lets you break down large blocks of text into manageable pieces using a variety of methods:
This tool is perfect for:
Unlike basic split tools, Utilish's Text Splitter supports advanced patterns and instant previews, making it ideal for both simple and complex text manipulation tasks.