Documentation ¶
Overview ¶
Package stringsutil implements some strings utility functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexAfter ¶
IndexAfter returns the index directly after the first instance of sep in s, or -1 if sep is not present in s.
func SplitCamelCase ¶
SplitCamelCase splits the string s at each run of upper case runes and returns and array of slices of s.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.