snake_case
↔ (convention) to name Identifier by concatenate words via _
delimiter
aka underscorecase
SCREAMING_SNAKE_CASE
(convention) to name Identifer as snake_case in ALLCAPS
References
_.snakeCase(string)
↔ returnstring
with snake_caseSCREAMING_SNAKE_CASE
↔ (convention) to name Identifer as snake_case in ALLCAPS