stringutils

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 17

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainsAny

func ContainsAny(strings []string, slice []string) bool

Returns true if slice strings contains any of the strings.

func ContainsMap

func ContainsMap(maps []map[string]string, item map[string]string) bool

func ContainsString

func ContainsString(s string, slice []string) bool

func Keys added in v0.21.7

func Keys(m map[string]interface{}) []string

func KeysAndValues

func KeysAndValues(m map[string]string) ([]string, []string)

func MapStringSlice added in v0.21.16

func MapStringSlice(stringSlice []string, f func(string) string) []string

returns a new array where f is applied on all values in stringSlice usage: fmt.Println(MapStringSlice([]string{"abc","def"}, strings.ToUpper) result: []string{"ABC", "DEF}

func StringSliceToHashSet added in v0.21.16

func StringSliceToHashSet(stringSlice []string) map[string]bool

func Unique

func Unique(stringSlice []string) []string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL