strings

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SliceContains

func SliceContains(slice []string, str string) bool

SliceContains receives a slice of string and checks if contains str

func SliceContainsAll added in v1.1.0

func SliceContainsAll(slice []string, strs []string) bool

SliceContainsAll receives a slice of string and checks if contains all of string slice

func SliceContainsOneOf added in v1.1.0

func SliceContainsOneOf(slice []string, strs []string) bool

SliceContainsOneOf receives a slice of string and checks if contains one of string

func SliceNotContains added in v1.1.0

func SliceNotContains(slice []string, str string) bool

SliceNotContains receives a slice of string and checks if contains str

func SliceNotContainsOneOf added in v1.1.0

func SliceNotContainsOneOf(slice []string, strs []string) bool

SliceNotContainsOneOf receives a slice of string and checks if contains one of string

Types

This section is empty.

Jump to

Keyboard shortcuts

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