String splitting is one of the most fundamental text processing operations. Whether you need to parse a comma-separated value, split a string into fixed-size blocks for binary encoding, or break text into individual words for analysis, this tool handles all common splitting strategies.
Enter a tab character in the delimiter field. You can also press Tab and it will be entered literally, or use the regex mode with the pattern \t.
Yes. After splitting with one delimiter, change the 'Join output with' field to your new separator and the output will use that. This effectively replaces delimiters.