Documentation ¶
Index ¶
- func CamelCaseToUnderscore(str string) string
- func Contains(list []string, strToSearch string) bool
- func ContainsEqualFold(slice []string, s string) bool
- func DecodeBase64(i string) ([]byte, error)
- func Diff(base, exclude []string) (result []string)
- func Filter(list []string, strToFilter string) (newList []string)
- func FindString(array []string, str string) int
- func FrequencySort(list []string) []string
- func Include(base, include []string) (result []string)
- func Reverse(s string) string
- func StringIn(str string, array []string) bool
- func UnderscoreToCamelCase(str string) string
- func Unique(ss []string) (result []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelCaseToUnderscore ¶
func ContainsEqualFold ¶
ContainsEqualFold returns true if a given slice 'slice' contains string 's' under unicode case-folding.
func DecodeBase64 ¶
func FindString ¶
func FrequencySort ¶
func UnderscoreToCamelCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.