Pulisci testi, analizza stringhe e prepara contenuti per pubblicazione o flussi LLM. La maggior parte funziona interamente lato client.
Replace runs of spaces, tabs, and newlines with a single space for cleaner plain text.
Count every character in a string including spaces and punctuation—complements the word counter.
Count whitespace-separated words in a pasted string—useful for copy limits and readability checks.
Applica una regex con flag a un testo ed elenca tutte le corrispondenze.
Genera testo segnaposto Lorem Ipsum per parole, lunghezza o paragrafi.
Trasforma titoli, intestazioni e nomi file in slug puliti e adatti agli URL.
Transform letters into leetspeak substitutions (a→@, e→3, i→1) for stylized nicknames or puzzles.
Scegli il ritmo, l'altezza e la voce stessa. Incolla il tuo testo e inizia a leggere con la tua voce preferita
Capitalizza, rendi maiuscolo o minuscolo il tuo testo facilmente. Inizia incollando il tuo testo e cliccando sul pulsante per iniziare
Inserisci pattern, flag e testo per verificare se la regex corrisponde.
Normalize Unicode text by stripping accents and diacritics for ASCII-friendly filenames or search keys.
Join multiline pasted text into a single line by stripping carriage returns and line feeds.
Flip character order in a pasted string—handy for puzzles, palindrome checks, and mirrored text experiments.
Turn titles into lowercase URL slugs with hyphens—ideal for blog permalinks and file names.
Sort pasted lines in locale-aware alphabetical order—useful for normalizing agent output lists.
Extract lowercase vowels and consonants from Latin letters in your text—useful for linguistics drills and word games.
Strip angle-bracket tags from HTML snippets and keep the visible text content for previews or plain-text exports.
Cut text to a maximum character length and append an ellipsis when shortened for previews.
Deduplicate lines while preserving first-seen order—handy for cleaning ID or URL lists from tools.
Test whether a pasted string matches common HTTP/HTTPS URL patterns including hostnames and IPv4.