Documentation
¶
Index ¶
- Constants
- func AnyToString(any interface{}) string
- func AnyToStringNameField(any interface{}) string
- func AnyToTypeString(any interface{}) string
- func IsContains(lines []string, findingString string, startsAtIndex int, isCaseSensitive bool) bool
- func IsContainsPtr(lines *[]string, findingString *string, startsAtIndex int, ...) bool
- func IsContainsPtrSimple(lines *[]string, findingString string, startsAtIndex int, isCaseSensitive bool) bool
- func IsEmptyOrWhitespace(str string) bool
- func IsEmptyOrWhitespacePtr(stringPtr *string) bool
- func IsEndsWith(baseStr, endsWith string, isIgnoreCase bool) bool
- func IsNullOrEmptyPtr(stringPtr *string) bool
- func IsStartsWith(baseStr, startsWith string, isIgnoreCase bool) bool
- func SplitLeftRight(s, separator string) (left, right string)
- func SplitLeftRightType(s, separator string) *corestr.LeftRight
Constants ¶
View Source
const (
ExpectedLeftRightLength = constants.Two
)
Variables ¶
This section is empty.
Functions ¶
func AnyToString ¶
func AnyToString(any interface{}) string
func AnyToStringNameField ¶
func AnyToStringNameField(any interface{}) string
func AnyToTypeString ¶
func AnyToTypeString(any interface{}) string
func IsContains ¶
func IsContainsPtr ¶
func IsContainsPtrSimple ¶
func IsEmptyOrWhitespace ¶
func IsEmptyOrWhitespacePtr ¶
func IsEndsWith ¶
func IsNullOrEmptyPtr ¶
func IsStartsWith ¶
func SplitLeftRight ¶
func SplitLeftRightType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.