Transform your text with 30+ operations: case conversion, space replacement, line sorting, and much more. All processing happens in your browser.
Case conversion, URL slugs, code formatting, line operations, and more.
All processing happens in your browser. Your text never leaves your device.
Instant results with real-time text statistics and feedback.
Advanced find & replace with regular expressions for power users.
Convert titles to URL-friendly slugs with "Space → Hyphen" or "kebab-case"
Transform text to camelCase, PascalCase, or snake_case for programming
Format headings and titles with professional Title Case conversion
Remove duplicates, sort lines, and clean up messy text data
camelCase starts with a lowercase letter and capitalizes subsequent words (likeThis), while PascalCase capitalizes the first letter and subsequent words (LikeThis). camelCase is common for variable names, while PascalCase is used for class names and components.
This feature converts all spaces in your text to hyphens (-). For example, "hello world example" becomes "hello-world-example". This is particularly useful for creating URL slugs, file names, and CSS class names.
Yes! Check the "Use Regex" option in the Custom Find & Replace section. You can then use regex patterns for advanced text matching. For example, use \d+ to match numbers or \w+ to match words.
The tool can handle large amounts of text (up to several MB). All processing happens in your browser, so performance depends on your device. For extremely large files, consider processing in smaller batches.
Yes! After applying a transformation, click the "Use as New Input" button to copy your output to the input field. Then apply another transformation. This allows you to chain multiple operations together.