Constant Case Converter
Constant Case (also called SCREAMING_SNAKE_CASE) writes all letters in uppercase and joins words with underscores, producing identifiers like "MAX_RETRY_COUNT". This is the universal convention for constants in most programming languages and for environment variable names. Convert any phrase into a valid constant identifier instantly.