striscaps

Purpose

Check if the entire string is uppercase.

Syntax

returnedBoolean = striscaps(string1)

returnedBoolean - type: bool
string1 - type: str

Returns

Remarks

Example

@CHECK
if (striscaps(N("$text",1)))
fail();
@RULES
_name <- will @@

See Also

strislower, strisupper, String Functions