# Functions
BoolToString converts a bool to a string.
InArray checks if a string is in a slice of haystack.
IsEmpty checks if a string is empty.
IsNotEmpty checks if a string is not empty.
LastFromSplit returns the last part of a string split by a separator.
LcFirst returns a copy of s with each word lowercased.
No description provided by the author
Reverse returns its argument string reversed rune-wise left to right.
Substring returns a substring of a string.
No description provided by the author
No description provided by the author
ToBool converts a string to a bool.
ToBoolE converts a string to a bool.
No description provided by the author
No description provided by the author
ToFloat32 converts a string to float32.
ToFloat32E converts a string to float32.
ToFloat64 converts a string to a float64.
ToFloat64E converts a string to a float64.
ToInt converts a string to an int.
ToInt32 converts a string to an int32.
ToInt32E converts a string to an int32.
ToInt64 converts a string to int64.
ToInt64E converts a string to int64.
ToInt8 converts a string to int8.
ToInt8E converts a string to int8.
ToIntE converts a string to an int.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToString converts any value to a string.
ToUint converts a string to uint, if the string is not a valid uint, it returns an error.
ToUint8 converts a string to uint8.
UcFirst returns a copy of s with each word capitalized.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author