Split

World's simplest browser-based utility for splitting text. Input your text and specify a separator to split it into multiple parts. Perfect for data processing, text manipulation, or extracting specific content from larger text blocks.

Input text

Split Result

Tool options

Split separator options

Use a Symbol for Splitting

Character that will be used to break text into parts. (Space by default.)

Use a Regex for Splitting

Regular expression that will be used to break text into parts. (Multiple spaces by default.)

Use Length for Splitting

Number of characters that will be put in each output chunk.

Use a Number of Chunks

Number of chunks of equal length in the output.

Output Separator Options

Character that will be put between the split chunks. (It's newline "\n" by default.)

Character before each chunk

Character after each chunk


Split Examples

Click to try!

Split German Numbers

In this example, we break the text into pieces by two characters – a comma and space. As a result, we get a column of numbers from 1 to 10 in German.

Split separator options

Use a Symbol for Splitting

Character that will be used to break text into parts. (Space by default.)

Use a Regex for Splitting

Regular expression that will be used to break text into parts. (Multiple spaces by default.)

Use Length for Splitting

Number of characters that will be put in each output chunk.

Use a Number of Chunks

Number of chunks of equal length in the output.

Output Separator Options

Character that will be put between the split chunks. (It's newline "\n" by default.)

Character before each chunk

Character after each chunk

Text Cleanup via a Regular Expression

In this example, we use a super smart regular expression trick to clean-up the text. This regexp finds all non-alphabetic characters and splits the text into pieces by these non-alphabetic chars. As a result, we extract only those parts of the text that contain Latin letters and words.

Split separator options

Use a Symbol for Splitting

Character that will be used to break text into parts. (Space by default.)

Use a Regex for Splitting

Regular expression that will be used to break text into parts. (Multiple spaces by default.)

Use Length for Splitting

Number of characters that will be put in each output chunk.

Use a Number of Chunks

Number of chunks of equal length in the output.

Output Separator Options

Character that will be put between the split chunks. (It's newline "\n" by default.)

Character before each chunk

Character after each chunk

Three-dot Output Separator

This example splits the text by spaces and then places three dots between the words.

Split separator options

Use a Symbol for Splitting

Character that will be used to break text into parts. (Space by default.)

Use a Regex for Splitting

Regular expression that will be used to break text into parts. (Multiple spaces by default.)

Use Length for Splitting

Number of characters that will be put in each output chunk.

Use a Number of Chunks

Number of chunks of equal length in the output.

Output Separator Options

Character that will be put between the split chunks. (It's newline "\n" by default.)

Character before each chunk

Character after each chunk


All Text Tools

Join Text

Join text elements with a specified separator

Remove duplicate lines

Quickly delete all repeated lines from text

String To morse

Quickly encode text to morse

Text Replacer

Quickly replace text in your content

Repeat Text

Repeat text multiple times

Truncate Text

Truncate text to a specified length

Reverse

Reverse any text character by character

Randomize case

Randomize the case of letters in text

Convert to Uppercase

Convert text to uppercase

Extract substring

Extract a portion of text between specified positions

Create palindrome

Create text that reads the same forward and backward

Palindrome

Check if text reads the same forward and backward

Text Quoter

Add quotes around text with various styles

Rotate Text

Shift characters in text by position.

ROT13 Encoder/Decoder

Encode or decode text using ROT13 cipher.

Base64 Encoder/Decoder

Encode or decode data using Base64.

Text Statistics

Get statistics about your text

Text Censor

Quickly mask bad words or replace them with alternative words.

Password Generator

Generate secure random passwords with custom options

String URL encoder

Quickly URL-escape a string.

String URL decoder

Quickly URL-unescape a string.

Unicode Encoder / Decoder

Encode or decode text using Unicode escape sequences.

Hidden Character Detector

Find hidden Unicode characters in text