Documentation ¶
Index ¶
Constants ¶
View Source
const ( // None is a no-op transformation and does nothing. None style = "NONE" // Alternate is an "alternating WORD case" transformation. Alternate style = "ALTERNATE" // Capitalise is a "Capitalise First Letter" transformation. Capitalise style = "CAPITALISE" // Invert is a "cAPITALISE eVERY lETTER eXCEPT tHE fIRST" transformation. Invert style = "INVERT" // Lower is a "lower case" transformation. Lower style = "LOWER" // Upper is an "UPPER CASE" transformation. Upper style = "UPPER" // Random is a "EVERY word randomly CAPITALISED or NOT" transformation. Random style = "RANDOM" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.