String Utilities
Manipulate, reverse, count, and transform text strings
String Reverse
Reverse a string of text
Word Counter
Count words in text
Character Counter
Count characters in text
Line Counter
Count lines in text
Case Converter
Convert text between different cases (camel, snake, kebab, etc.)
Remove Whitespace
Remove all whitespace from text
Remove Empty Lines
Remove empty lines from text
Remove Duplicate Lines
Remove duplicate lines from text
Sort Lines
Sort lines alphabetically or numerically
Find and Replace
Find and replace text patterns
String Splitter
Split string by delimiter
List Formatter
Format newline-separated values into comma-separated lists, quoted values, JSON arrays, or SQL IN clauses with trim, dedupe, and sort options.
Text Diff
Compare two texts and show differences
Binary to Text
Convert binary to readable text
Text to Binary
Convert text to binary
Hex to Text
Convert hexadecimal to text
Text to Hex
Convert text to hexadecimal
Remove Punctuation
Remove punctuation marks from text
Word Frequency Counter
Count word occurrences in text
Text to Slug
Convert text to URL-friendly slug
Cursive Text
Convert text to cursive/unicode style
Upside Down Text
Flip text upside down
Sort Text Alphabetically
Sort text lines alphabetically
Markdown Table Generator
Convert CSV, TSV, or pipe-delimited text into GitHub Flavored Markdown tables
Remove Accents & Diacritics
Strip accents, tildes, umlauts, and other diacritics from Unicode text
Text Repeater
Repeat a string N times with an optional separator — handy for fixtures and stress tests
Multi-line to Single Line
Flatten multi-line text into a single line with a configurable separator
Single Line to Multi-line
Split a single-line string on any delimiter to produce one value per line
Paragraph Counter
Count paragraphs in any text (blocks separated by a blank line)
Sentence Counter
Count sentences in paragraphs of text using robust punctuation-aware splitting
Line Shuffler
Randomise the order of lines in any multi-line text
Word Shuffler
Randomly reorder the words in a sentence while preserving spacing
Email Extractor
Extract every email address from a block of text, deduplicated and newline-separated
URL Extractor
Pull all HTTP / HTTPS URLs out of any text with trailing punctuation cleaned
Phone Number Extractor
Find phone numbers in free-form text using a permissive regex across common formats
Strip HTML Tags
Remove HTML tags, scripts, and comments — returning clean plain text