strIs(text)¶
Definition¶
Boolean strIs(String text)
Description¶
Returns true if the string contains characters other than whitespace characters, such as tabs, newlines, and spaces. Returns false if mismatch, text is null or empty. White space includes tabs, newlines, and spaces.
Parameter Definition¶
Name | Type | Description |
---|---|---|
text | String | The string to test |