stringutils

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

README

This package provides helper functions for dealing with strings

Documentation

Overview

Package stringutils provides helper functions for dealing with strings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Ellipsis added in v1.13.0

func Ellipsis(s string, maxlen int) string

Ellipsis truncates a string to fit within maxlen, and appends ellipsis (...). For maxlen of 3 and lower, no ellipsis is appended.

func GenerateRandomASCIIString added in v1.9.0

func GenerateRandomASCIIString(n int) string

GenerateRandomASCIIString generates an ASCII random string with length n.

func GenerateRandomAlphaOnlyString

func GenerateRandomAlphaOnlyString(n int) string

GenerateRandomAlphaOnlyString generates an alphabetical random string with length n.

func InSlice

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

InSlice tests whether a string is contained in a slice of strings or not. Comparison is case insensitive

func ShellQuoteArguments

func ShellQuoteArguments(args []string) string

ShellQuoteArguments takes a list of strings and escapes them so they will be handled right when passed as arguments to a program via a shell

func Truncate

func Truncate(s string, maxlen int) string

Truncate truncates a string to maxlen.

Types

This section is empty.

Jump to

Keyboard shortcuts

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