stringutils

package
v0.0.0-...-18e089f Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CamelCaseToUnderscore

func CamelCaseToUnderscore(str string) string

func Diff

func Diff(base, exclude []string) (result []string)

Creates an slice of slice values not included in the other given slice.

func FindString

func FindString(array []string, str string) int

func Reverse

func Reverse(s string) string

func ShortenString

func ShortenString(str string, n int) string

func Split

func Split(str string, sep string) []string

func StringIn

func StringIn(str string, array []string) bool

func StripAnsi

func StripAnsi(str string) string

func UnderscoreToCamelCase

func UnderscoreToCamelCase(str string) string

func Unique

func Unique(ss []string) (result []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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