Documentation
¶
Overview ¶
Package strings provides a couple functions for strings, as an extension on the standard library's strings package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeBackticks ¶
EscapeBackticks escapes backticks in strings
func HasAnyPrefix ¶
HasAnyPrefix checks if the string has *any* of the given prefixes
func HasAnySuffix ¶
HasAnySuffix checks if the string has *any* of the given suffixes
func TrimPrefixesSpace ¶
TrimPrefixesSpace trims all given prefixes as well as whitespace from the given string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.