Documentation Index
Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
🔡 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