Description | Category | |||
|---|---|---|---|---|
| Base64 Encode | Encode a string to Base64 format. | |||
| URL Decode | Decode a URL-encoded string. | |||
| URL Encode | Encode a string for use in a URL. | |||
| HTML Entity Decode | Decode HTML entities back to characters. | |||
| HTML Entity Encode | Encode special characters as HTML entities. | |||
| Case Converter | Convert text between different naming conventions (camelCase, snake_case, etc.). | |||
| Slug | Generate a URL-friendly slug from a string. | |||
| Lorem Ipsum Generator | Generate placeholder Lorem Ipsum text. | |||
| Word Counter | Count words, characters, sentences, and paragraphs in text. | |||
| Mask String | Mask a portion of a string with a repeated character. | |||
| Plural | Convert an English singular word to plural. | |||
| Singular | Convert an English plural word to singular. |
Found a bug? Open an issue
Feedback & Suggestions