UpperCamelCase

The UpperCamelCase notation.

See also

Functions

Link copied to clipboard
open override fun parse(sourceString: String): Word

Transforms an input string that is in this notation into a notation-agnostic Word.

Link copied to clipboard
open override fun print(word: Word): String

Transforms a Word into a string that is formatted according to this notation.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun transformPartToPrint(index: Int, part: String): String

Allows to transform a part before it is being printed. The default implementation does not modify the part in any way.