// by seankriegler.com

CONSTANT_CASE

Convert text to CONSTANT_CASE

// CONSTANT_CASE

All uppercase with underscores. Used for global constants, environment variables, and configuration keys.

// Use Cases

Perfect for const declarations, .env files, API keys, and global application constants.

// Why Use It

Industry standard for constants. Instantly format identifiers to match coding conventions.