Text Tools
Professional text utilities for comparison, pattern matching, case conversion, and string escaping. All tools run entirely in your browser for maximum speed and privacy.
Case Converter
Convert strings between camelCase, snake_case, kebab-case, PascalCase, UPPERCASE, and lowercase.
Open ToolRegex Tester
Test regular expressions against input strings and see matches and capture groups.
Open ToolString Escape/Unescape
Escape or unescape strings for JSON, JavaScript, and HTML contexts.
Open ToolText Diff Checker
Compare two text blocks and highlight differences with additions, removals, and unchanged text.
Open ToolWord Counter / Analyzer
Count words, characters, and lines. Identify unique words and show most frequent words.
Open ToolCommon Use Cases
🔍 Code Review
Compare code changes and highlight differences between versions.
🎯 Pattern Testing
Test and validate regular expressions before using them in production.
🔄 Format Conversion
Convert between different naming conventions for various programming languages.
🛡️ Security Encoding
Safely encode strings for JSON, JavaScript, and HTML to prevent injection attacks.