Text Tools Extra
46 tools available. All calculations and file processing stay 100% private in your browser.
Convert 10
- BBCode to HTML ConverterTransform BBCode tags into valid semantic HTML elements (<strong>, <a>, <blockquote>).
- BBCode to Plain Text ConverterStrip BBCode forum formatting tags ([b], [url], [quote]) to extract pure plain text.
- Extract Line Range (From Line X to Y)Extract a specific range of line numbers (e.g. lines 10 through 50) from a text file.
- HTML to Markdown ConverterConvert HTML tags and formatting into clean GitHub Flavored Markdown syntax.
- JSON to Plain Text ConverterExtract readable human text values from JSON structures, stripping syntax, brackets, and keys.
- Markdown to HTML ConverterCompile Markdown syntax into standard semantic HTML code ready for web publishing.
Organize & Edit 4
- Printf & Sprintf String FormatterFormat text templates using printf-style placeholders (%s, %d, %f) and argument values.
- Sort IP Addresses (IPv4 & IPv6)Sort a list of IPv4 and IPv6 addresses in proper numerical and subnet order.
- Sort Lines by LengthSort multi-line text by line character length in ascending or descending order.
- Sort Words by LengthExtract and order words from shortest to longest or longest to shortest.
Inspect & Extract 32
- Add Backslashes (Escape Quotes & Slashes)Add escaping backslashes before quotes, slashes, and control characters (addslashes).
- camelCase ConverterConvert text strings into camelCase naming format (e.g. helloWorldExample).
- Capitalize First Letter of Each WordCapitalize the initial character of every word while preserving subsequent character casing.
- Center Align Text LinesCenter-align text lines to a specified column width using spaces or custom filler characters.
- CONSTANT_CASE Converter (SCREAMING_SNAKE_CASE)Convert text strings into uppercase CONSTANT_CASE with underscores (e.g. HELLO_WORLD_EXAMPLE).
- dot.case ConverterConvert text strings into dot-delimited lowercase notation (e.g. hello.world.example).
