Text manipulation
Split, sort, repeat and reshape lines of text. Useful for lists, exports and any text that needs restructuring.
Add or remove line breaksJoin broken lines into one block or split text into new lines.Add prefix and suffixAdd text to the beginning or end of every line at once.Combine texts line by lineJoin two texts by pairing their lines: line 1 with line 1, line 2 with line 2.Extract columnPull the columns you need out of CSV, TSV or any delimited text.Repeat textRepeat a piece of text as many times as you need, with the separator you choose.Reverse textReverse the characters, word order or each line of your text.Shuffle textPut lines, words or letters into a truly random order.Sort linesSort lines alphabetically, naturally, by length or by leading number.Split textSplit text by any delimiter and get one item per line.Truncate textCut text down to a set number of characters or words and trim line edges.