Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToCamelCase ¶
This function is converting text from UpperCase to camelCase {TextExample => textExample}
func ConvertToLowerDash ¶
This function is converting text from camelCase to lower-case-with-dash {textExample => text-example}
func ConvertToLowerSpace ¶
This function is converting text from camelCase to lower case with space {textExample => test example}
func ConvertToSnakeCase ¶
This function is converting text from camelCase to snake_case {textExample => test_example}
func ConvertToUpperCase ¶
This function is converting text from camelCase to UpperCase {textExample => Test Example}
func ConvertToUpperSpace ¶
This function is converting text from camelCase to Upper Case With Space {textExample => Text Example}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.