transforms.camel

* cameCase transform * * Copyright: © 2016 David Monagle * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. * Authors: David Monagle

Members

Functions

camelCase
string camelCase(string input, bool upper, dchar[] separaters)

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

camelCaseLower
string camelCaseLower(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
camelCaseUpper
string camelCaseUpper(string input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta