package
1.2.18
Repository: https://github.com/go-leo/leo.git
Documentation: pkg.go.dev

# Functions

IsAllBlank Checks if all of the CharSequences are empty ("") or whitespace only.
IsAllEmpty Checks if all of the strings are empty ("") Deprecated: Do not use.
IsAnyBlank Checks if any of the string are empty ("") or whitespace only.
IsAnyEmpty Checks if any of the strings are empty ("") Deprecated: Do not use.
IsBlank Checks if a string is empty ("") or whitespace only.
IsEmpty checks if a string is empty ("") Deprecated: Do not use.
IsNotBlank Checks if a string is not empty ("") and not whitespace only.
IsNotEmpty Checks if a string is not empty ("") Deprecated: Do not use.
Remove takes a string candidate and a string of chars to remove from the candidate.