# README
stringx
# Functions
IsAllBlank Checks if all of the CharSequences are empty ("") or whitespace only.
IsAllEmpty Checks if all of the strings are empty ("").
IsAnyBlank Checks if any of the string are empty ("") or whitespace only.
IsAnyEmpty Checks if any of the strings are empty ("").
IsBlank Checks if a string is empty ("") or whitespace only.
IsEmpty checks if a string is empty ("").
IsNotBlank Checks if a string is not empty ("") and not whitespace only.
IsNotEmpty Checks if a string is not empty ("").
Remove takes a string candidate and a string of chars to remove from the candidate.
From github.com/spf13/cast/cast.go Copyright (c) 2014 Steve Francia.
From github.com/spf13/cast/cast.go Copyright (c) 2014 Steve Francia.