Identifiers

Identifiers

String cases are used in programming languages to use multiple words to name a single identifier. Most programming languages use the space character to delimit tokens in the lanuage, so the words or phrases to name a single identifier have to be joined in another manner.

Underscore delimited cases

Hyphen delimited cases

Empty string delimited cases