strIsnt(text)¶
Definition¶
Boolean strIsnt(String text)
Description¶
Returns true if the string does NOT contains characters other than whitespace characters, such as tabs, newlines, and spaces, also returns true if text is null. White space includes tabs, newlines, and spaces.
Parameter Definition¶
Name | Type | Description |
---|---|---|
text | String | The string to test |