Text Utilities

Case • Clean • Count
বাংলা
Ad

Tool · How to use · FAQ · Related tools

Ad
Words: 0 • Characters: 0

All processing happens locally in your browser (no upload).

How to use

  1. Paste or type your text into the box.
  2. Use UPPERCASE or lowercase to change letter case.
  3. Use Collapse spaces to turn any extra whitespace into single spaces and trim the ends.
  4. Use Remove ALL spaces to delete every whitespace character (spaces, tabs, newlines).
  5. Click Copy to copy the result. The Words/Characters counter updates live.

Tips

FAQ

Do you send my text to a server?

No. All actions (case change, space cleanup, copy, counting) happen locally in your browser. Your text is not uploaded.

How is the word count calculated?

Words are counted by splitting on whitespace using a simple regex (\S+). Characters include everything you see, including spaces and newlines.

What’s the difference between “Collapse spaces” and “Remove ALL spaces”?

Collapse spaces replaces any run of whitespace (\s+) with a single space and trims the ends. Remove ALL spaces deletes all whitespace entirely (spaces, tabs, newlines).

Will punctuation, emojis, or non-Latin scripts change?

No. Case conversion affects letters only. Punctuation and emojis are preserved. Scripts without case (e.g., Bengali) are unaffected by UPPER/lower conversion.

Does it work offline?

Yes. After the first load, the page continues to work offline.

Is there a size limit?

There is no hard limit, but very large pastes may feel slow on low-memory devices. For extremely large texts, process in chunks.

Copied ✅