strislower

Purpose

Check if first char of string1 is lowercase.

Syntax

returnedBoolean = strislower(string1)

returnedBoolean - type: bool
string1 - type: str

Returns

Remarks

Example

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

See Also

strisupper, String Functions