Documentation ¶
Overview ¶
Package lysstring contains string functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsAny ¶
ContainsAny returns true if any string in elements is found in slice
func RandString ¶
RandString creates a random string from https://stackoverflow.com/questions/22892120/how-to-generate-a-random-string-of-a-fixed-length-in-go
func SlicesEqualUnordered ¶
SlicesEqualUnordered returns true if the supplied string slices contain the same values in any order https://stackoverflow.com/questions/36000487/check-for-equality-on-slices-without-order
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.