Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LowerDashJoint ¶
LowerDashJoint e.g. i-am-a-10-years-senior
func LowerSnakeCase ¶
LowerSnakeCase e.g. i_am_a_10_years_senior
func SplitToWords ¶
func UpperSnakeCase ¶
UpperSnakeCase e.g. I_AM_A_10_YEARS_SENIOR
Types ¶
type LetterType ¶
type LetterType int
const ( LowerLetter LetterType = iota + 1 UpperLetter Digit Other )
func CheckLetterType ¶
func CheckLetterType(c rune) LetterType
Click to show internal directories.
Click to hide internal directories.