str

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package str implements functions for various string operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(str string, s []string) bool

Contains determines if a value is contained in a slice.

func Deduplicate

func Deduplicate(s []string) []string

Deduplicate removes duplicate values from a slice.

func Deref

func Deref(s *string) string

Deref dereferences a string pointer while handling nil.

func Norm

func Norm(s string) string

Norm normalises a string.

func UnorderedEqual

func UnorderedEqual(a, b []string) bool

UnorderedEqual determines if two slices are equal regardless of element order.

Types

This section is empty.

Jump to

Keyboard shortcuts

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