Returns the given string in "snake case", optionally "screaming" (e.g. example string → example_string | EXAMPLE_STRING).
example string
example_string
EXAMPLE_STRING
Returns the given string in "snake case", optionally "screaming" (e.g.
example string→example_string|EXAMPLE_STRING).