Text Processing
Convert text between different cases
text-case-converterText Processing
Compare two text inputs and show differences
text-diffText Processing
Remove duplicate lines, words, or characters from text
text-duplicates-removerText Processing
Extract specific patterns (emails, phones, URLs, numbers)
text-extractorText Processing
Add prefix or suffix to each line or word
text-prefix-suffixText Processing
Remove specific characters, words, or patterns from text
text-removerText Processing
Replace text using custom patterns
text-replacerText Processing
Reverse characters, words, or lines in text
text-reverserText Processing
Convert text to dot.case (lowercase with dots)
text-dot-caseText Processing
Convert text to kebab-case (lowercase with hyphens)
text-kebab-caseText Processing
Convert text to PascalCase (each word starts with uppercase, no separators)
text-pascal-caseText Processing
Convert text to path/case (lowercase with forward slashes)
text-path-case