toCamelCaseBySep

@trusted pure
string
toCamelCaseBySep
(
in string str
,
string sep = "_"
,
bool first_capitalize = true
)

Meta