Transform text with various case conversions and formatting options. Perfect for variable names, file names, and code formatting.
Available Transformations:
- UPPERCASE - Convert all text to uppercase letters
- lowercase - Convert all text to lowercase letters
- snake_case - Convert to snake_case format (words_separated_by_underscores)
- camelCase - Convert to camelCase format (firstWordLowercase, restCapitalized)
- Replace with _ - Replace all spaces with underscores
- Replace with - - Replace all spaces with hyphens
- Format Sentences - Capitalize first letter of sentences, remove extra spaces, and fix punctuation spacing