Writing tools
ClientText-first helpers: patterns, diffs, placeholder copy, case transforms, counts, and Markdown—all local to your tab.
Browse writing utilities
Cards follow the home catalog order for this category.
Regex generator & tester
ClientPresets (US/NANP & E.164 phones, email, URL), JS snippet, local test.
E.164 phone normalize
ClientStrip formatting, normalize + / 00 / 011, validate ITU-style length; NANP +1 hint for 10-digit US/CA style—local only.
Plain text diff
ClientCompare two text drafts side by side—unified view, sample pre-filled, client-side.
Lorem ipsum generator
ClientPlaceholder paragraphs for mockups—copy in one click, client-side.
String case converter
ClientcamelCase, snake_case, kebab-case, PascalCase, CONST_CASE from one paste—client-side.
Markdown preview
ClientRender Markdown to sanitized HTML in your browser—paste notes or README drafts.
Word & character count
ClientWords, characters, lines, and reading time—paste any text, all client-side.
Common use cases
- Open regex when you need presets, a JavaScript snippet, and a quick local test harness.
- Use E.164 normalize when pasted phones mix spaces, parentheses, and international prefixes.
- Use text diff when two drafts should be compared as lines or paragraphs, not as JSON structure.
- Use word count for copy limits, reading time estimates, or quick stats on pasted prose.
- Preview Markdown when README or note syntax should render to sanitized HTML before paste elsewhere.
Common mistakes to avoid
Expecting regex presets to cover every locale
Presets are common shapes; international phone and name patterns still need your product rules.
FAQ
Where are URL slugs or SQL format?
Those live under Protocol tools (/tools/protocol) because they target URLs and SQL specifically.
Is my text uploaded?
No. Listed tools run in your browser unless a page documents otherwise.