strIsAlpha

Category: String

Syntax:

strIsAlpha:Int(str:String)


Parameters

Returns

Int



Summary

Tests if all characters in a string are alphabetic.

Takes str (string to test).

Returns 1 if every character in the string is alphabetic (A-Z, a-z), otherwise returns 0.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn