strisupper

Purpose

Check if first char of string1 is uppercase.

Syntax

returnedBoolean = strisupper(string1)

returnedBoolean - type: bool
string1 - type: str

Returns

Remarks

Example

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

See Also

strislower, String Functions