Category: String
Syntax:
strIsSpace:Int(str:String)
Int
Tests if all characters in a string are whitespace.
Takes str (string to test).
Returns 1 if every character in the string is whitespace (spaces, tabs, newlines, carriage returns), otherwise returns 0.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn