About
SCREAMING_SNAKE_CASE (also called ALL_CAPS) uses all uppercase letters with words separated by underscores. It is the conventional format for environment variables, constants in most languages, and macro definitions.
Convert any text to SCREAMING_SNAKE_CASE for env vars and constants.
- Runs in browser
- Yes
- No signup required
- Yes
Use Cases
- Environment Variables — Format .env variable names according to the SCREAMING_SNAKE_CASE convention.
- Constants — Name constants in Python (PEP 8) or JavaScript/TypeScript using ALL_CAPS.
Frequently Asked Questions
Related Tools
Related case and text tools: