package
1.10.16
Repository: https://github.com/hyperhq/hypercli.git
Documentation: pkg.go.dev

# README

This package provides helper functions for dealing with strings

# Functions

GenerateRandomAlphaOnlyString generates an alphabetical random string with length n.
GenerateRandomASCIIString generates an ASCII random stirng with length n.
InSlice tests whether a string is contained in a slice of strings or not.
ShellQuoteArguments takes a list of strings and escapes them so they will be handled right when passed as arguments to an program via a shell.
Truncate truncates a string to maxlen.