IsWhitespace
Description
Determines if a character string contains only whitespace characters or is empty.
Arguments
1.IsWhitespace - Name of the Macro.
2.Base String - The complete string of characters that contains the value to check.
Examples
[IsWhitespace|[Blank]]
Returns true.
[IsWhitespace|]
Returns true.
[IsWhitespace|1 million dollars]
Returns false.
Notes
The function only returns the values true and false.
Copyright © 2023 pasUNITY, Inc.
Send comments on this topic.