Frequently Asked Questions
What can I do with these text tools?
You can count words and characters, convert text case, sort and
deduplicate lines, find and replace text, compare two texts for
differences, encrypt and decrypt text, generate slugs, remove
emojis, and create ASCII art banners.
How do I compare two texts for differences?
Use the Text Diff tool to paste two texts side by side. It
highlights added, deleted, and unchanged lines, supporting both
line-by-line and side-by-side display modes.
Can I encrypt text securely?
Yes, the Text Encrypt/Decrypt tool uses AES-256-GCM encryption via
the Web Crypto API with PBKDF2 key derivation. All processing
happens locally in your browser, ensuring your encrypted data stays
private.
What text case formats are supported?
The Case Converter supports camelCase, PascalCase, snake_case,
kebab-case, CONSTANT_CASE, lowercase, UPPERCASE, Title Case, and
Sentence case conversions.