Documentation ¶
Index ¶
- func IsAllBlank(ss ...string) bool
- func IsAllEmpty(ss ...string) bool
- func IsAnyBlank(ss ...string) bool
- func IsAnyEmpty(ss ...string) bool
- func IsBlank(s string) bool
- func IsEmpty(s string) bool
- func IsNotBlank(s string) bool
- func IsNotEmpty(s string) bool
- func Remove(s string, chars string) string
- func ToString(i interface{}) string
- func ToStringE(i interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAllBlank ¶
IsAllBlank Checks if all of the CharSequences are empty ("") or whitespace only.
func IsAllEmpty ¶
IsAllEmpty Checks if all of the strings are empty ("")
func IsAnyBlank ¶
IsAnyBlank Checks if any of the string are empty ("") or whitespace only.
func IsAnyEmpty ¶
IsAnyEmpty Checks if any of the strings are empty ("")
func IsNotBlank ¶
IsNotBlank Checks if a string is not empty ("") and not whitespace only.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.