Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Capitalize ¶
Capitalize return a copy of the input string with the first rune uppercased.
func Split ¶
Split behaves like strings.Split() expect it returns an empty slice if s is an empty string.
func SwapRuneCase ¶
SwapRuneCase returns a uppercased rune for a lowercase rune, or a lowercased rune for a uppercase rune.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.