Skip to content

@technobuddha > library > String

Categorization

NameTypeDescription
isAlphaFunctionTest a string for all alphabetic characters
isAlphaNumericFunctionTest a string for all alphanumeric characters
isLowerCaseFunctionTest a string for all lower case characters
isNumericFunctionTest an object to see if it a number, or a string which can be converted into a number
isPunctuationFunctionTest a string for all punctuation characters
isUpperCaseFunctionTest a string for all upper case characters
isWhitespaceFunctionTest a string for all white space characters