Text Tools

Text tools handle the string manipulations that come up constantly but never justify installing anything: reformatting a block of pasted text, comparing two versions of a paragraph, counting characters against a limit, or turning a headline into a URL slug. They are small jobs, but frequent enough that opening a tab beats writing a throwaway script.

Craftisle collects 43 text tools in this category. Each one runs client-side in your browser, so the text you paste is processed on your device rather than sent to a server — which matters when that text is a contract clause, a credential, or a draft you have not published yet.

What the text tools cover

Case Converter switches between camelCase, snake_case, kebab-case, and title case in one pass, which is the fastest fix when code and copy disagree on naming. Text Diff lines up two versions and marks exactly what changed — faster than reading both side by side and guessing. Text Statistics gives character, word, line, and sentence counts when you are writing to a limit imposed by a form, a meta description, or an ad slot.

Slug Generator turns a headline into a URL-safe string. Reverse Text flips a string or each line independently. ROT13 applies the classic substitution cipher, and Unicode Tool inspects individual characters — genuinely useful when a pasted string carries an invisible character that is silently breaking your parser.

Text Translator covers 30+ languages, and Text Formatter handles the general cleaning and reshaping that does not fit neatly into the others.

Processed on your device

Every tool here executes in the browser. Nothing you type is transmitted, stored, or logged, and there is no queue to wait in — the result appears as soon as the computation finishes.

One consequence worth knowing in advance: because there is no account holding a history, your text is not retrievable later from another device. Copy what you need before closing the tab.

Choosing the right one

Start from the job, not the tool list. Reformatting wording means Case Converter or Text Formatter; investigating a change means Text Diff; writing to a constraint means Text Statistics. Anything involving encoding rather than wording belongs with the converter tools instead.

Each tool page states what it expects as input and what it returns, so you can tell within a few seconds whether it matches your task.

Frequently asked questions

Are these text tools free?

Yes. All 43 tools are free with no account, no trial, and no cap on how much text you process.

Is my text uploaded anywhere?

No. Processing happens in your browser, so the text you paste is not sent to a server.

Is there a character limit?

There is no artificial limit. Practical limits come from your own device memory on very large inputs.

Do these work on a phone?

Yes. The tools are responsive and work in mobile browsers.