1
🔡 Case & Slugs
Capitalizes only the first letter of the string. Returns the string as is if empty.
Capitalizes the first letter of every word in the string. Ideal for titles and proper nouns.
Converts a
snake_case string (e.g., user_data) into camelCase (e.g., userData).Converts the string into a clean, URL-friendly
slug format, replacing non-alphanumeric