package
0.0.0-20210619045051-113e32b84fb1
Repository: https://github.com/supragya/tendermintconnector.git
Documentation: pkg.go.dev

# Functions

NOTE: Assumes that s is ASCII as per IsASCIIText(), otherwise panics.
Returns true if s is a non-empty printable non-tab ascii character.
SplitAndTrim slices s into all subslices separated by sep and returns a slice of the string s with all leading and trailing Unicode code points contained in cutset removed.
StringInSlice returns true if a is found the list.
StringSliceEqual checks if string slices a and b are equal.