Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
UuidRegexp = regexp.MustCompile("^[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$")
)
Functions ¶
func CamelToSnakeCase ¶
Converts a string to Snake Case (lowercase)
func SplitBefore ¶
SplitBefore includes the separator as the first character. This is similar to strings.SplitAfter but instead of splitting "after" the character, it does so before.
Taken from https://go.dev/play/p/P4rZvBAuSih. Removed the first if statement to stay analogous to strings.SplitAfter
func StringInList ¶
func ToISO_8859_1 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.