Text Tools

Manipulate plain text with find and replace, line sorting, deduplication, whitespace cleanup, word and character counts, case conversion, URL slugs, random strings, and placeholder text. These browser-based tools help with data cleanup, content prep, and developer naming — no signup required.

Text Tools

  • Find & Replace

    Search for text and replace every match with new content. Use literal matching for exact strings or enable regex for pattern-based replacements.

  • Remove Duplicate Lines

    Remove repeated lines from logs, CSV exports, or pasted lists. The first occurrence of each line is kept; later duplicates are removed.

  • Sort Lines

    Sort lines alphabetically or flip line order from bottom to top. Choose Sort or Reverse in tool settings, then configure sort order and case sensitivity when sorting.

  • Remove Blank Lines

    Delete lines that are empty or contain only whitespace. Clean up copied text, configs, and log output before processing.

  • Whitespace Tools

    Clean up pasted text by trimming line edges or collapsing irregular spacing. Choose Trim or Normalize in tool settings before running.

  • Line Number Generator

    Prefix each line with a sequential number. Configure the starting number, separator, and optional zero-padding.

  • Word Counter

    Get word, character, line, and paragraph counts from any text. Paste content and click Run for a full breakdown.

  • Character Counter

    Count total characters, characters without spaces, line count, and UTF-8 byte size. Useful for limits on forms, tweets, and APIs.

  • Slug Generator

    Convert titles and phrases into URL-safe slugs. Accents are removed, special characters stripped, and spaces replaced with hyphens.

  • Case Converter

    Transform text into another naming or display case. Choose the target format tab in tool settings — title, snake, camel, pascal, kebab, constant, upper, or lower case.

  • Random String Generator

    Generate random strings using crypto.getRandomValues(). Set length and character set in tool settings; optionally enter a count in the input.

  • Lorem Ipsum Generator

    Generate placeholder text for mockups and layouts. Choose paragraphs, sentences, or words in tool settings; optionally set a count in the input.