strings

package
v1.0.0-rc5 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArrayEqual

func ArrayEqual(a, b []string) bool

ArrayEqual tells whether a and b contain the same elements at the same index. A nil argument is equivalent to an empty slice.

func ArrayEqualElements

func ArrayEqualElements(a, b []string) bool

ArrayEqualElements tells whether a and b contain the same elements. Elements does not need to be in same index A nil argument is equivalent to an empty slice.

func ContainsString

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

ContainsString return if a string is contained in the slice

func ToLowerCase

func ToLowerCase(slice []string) []string

ToLowerCase Convert all strings in a list to lower case

Types

This section is empty.

Jump to

Keyboard shortcuts

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