Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsEmptyString ¶
IsEmptyString checks whether a string is empty
func IsStringPtrValueEqual ¶ added in v1.17.0
IsStringPtrValueEqual checks whether the value of string pointer `a` is equal to value of string `b`.
func SetStringValue ¶
SetStringValue sets an optional string value in a string map if the value is defined and not empty
func SimpleMatch ¶ added in v1.5.0
SimpleMatch returns whether the given pattern matches the given text. It also returns a score indicating the match between `pattern` and `text`. The higher the score the higher the match. Only simple wildcard patterns are supposed to be passed, e.g. '*', 'tex*'.
func StringValue ¶
StringValue returns an empty string (value/ptr)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.