Text Processing
Statistics and frequency analysis of text patterns (numbers, emails, URLs, etc.)
text-pattern-statsText Processing
Find, format and normalize phone numbers within text content
text-phone-normalizerText Processing
Extract specific lines from text by line numbers or ranges
text-line-extractorText Processing
Merge multiple lines of text into a single line with customizable separators
text-line-mergerText 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-filter