Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitWords ¶
SplitWords splits a string into words Words are separated by spaces, underscores, dashes, or dots e.g. "hello world" -> ["hello", "world"] e.g. "helloWorld" -> ["hello", "World"] e.g. "HELLO_WORLD" -> ["HELLO", "WORLD"]
func ToSingular ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.