Documentation ¶ Index ¶ func Contains(str string, match string) bool func IsEnclosedBy(str string, charA, charB string) bool func IsEscaped(str string, char string) bool func NeedsEscapeForRegex(char rune) bool func ToArray(sliceStr string) []string func ToType(str string) any Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Contains ¶ func Contains(str string, match string) bool func IsEnclosedBy ¶ func IsEnclosedBy(str string, charA, charB string) bool Checks if a string is Enclosed by `char` and are not Escaped func IsEscaped ¶ func IsEscaped(str string, char string) bool Checks if a string is completly Escaped with `\` func NeedsEscapeForRegex ¶ func NeedsEscapeForRegex(char rune) bool func ToArray ¶ func ToArray(sliceStr string) []string func ToType ¶ func ToType(str string) any Types ¶ This section is empty. Source Files ¶ View all Source files stringutils.go Click to show internal directories. Click to hide internal directories.