Text Master

by Thankless Technologies

Constant Case

Convert text to CONSTANT_CASE (upper snake case). The convention for constants and environment variables in most languages.

Example

Hello World → HELLO_WORLD

foo_bar_baz → FOO_BAR_BAZ

The Quick Brown Fox → THE_QUICK_BROWN_FOX

USED IN COOKBOOKS