Nettoyez des textes, analysez des chaînes et préparez du contenu pour publication ou flux LLM. La plupart fonctionnent entièrement côté 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.
Appliquez une regex avec flags Ă un texte et listez les correspondances.
Transformez titres, en-tetes et noms de fichiers en slugs propres pour les URL.
Générez du texte Lorem Ipsum selon le nombre de mots, la longueur ou les paragraphes.
Transform letters into leetspeak substitutions (a→@, e→3, i→1) for stylized nicknames or puzzles.
Choisissez le rythme, la hauteur et la voix elle-même. Collez votre texte et commencez à lire avec votre voix préférée
Capitalisez, mettez en majuscule ou en minuscule votre texte facilement. Commencez par coller votre texte et cliquez sur le bouton pour commencer
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.
Entrez patron, flags et texte pour vérifier si la regex correspond.
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.