camelCase

Returns the camelcased version of the input string. The upper parameter specifies whether to uppercase the first character

string
camelCase
(
const string input
,
bool upper = false
,
dchar[] separaters = ['_']
)

Meta