Text Processing
Advanced text compression tool using multiple algorithms including RLE, LZ77, Huffman encoding, and more
text-data-compressorText Processing
Advanced text decompression tool that can restore compressed text using RLE, LZ77, Huffman decoding, and more
text-data-decompressorText Processing
Quickly sort lines alphabetically, numerically, or by their length
text-basic-sorterText Processing
Quickly delete all repeated lines from text
text-duplicate-lines-removerText Processing
Quickly delete all blank lines from text
text-empty-lines-removerText Processing
Sort lines alphabetically, numerically, or by their length with advanced options
text-enhanced-sorterText Processing
Quickly return text lines that match a pattern or a regex
text-line-filterText Processing
Quickly return all paragraphs that match a pattern or a regex
text-paragraph-filterText Processing
Quickly return all sentences that match a pattern or a regex
text-sentence-filterText Processing
Quickly prepend a prefix to one or more text lines
text-add-prefix-linesText Processing
Quickly prepend a prefix to all words in text
text-add-prefix-wordsText Processing
Quickly append a suffix to one or more text lines
text-add-suffix-lines