$allcaps

Purpose

Check if the token underlying the node is all uppercase.

Syntax

returnedBoolean = variableType("$allcaps")

returnedBoolean - type: int
variableType - type: N

Returns

Returns 1 if the token is all uppercase and 0 if not. If multiple words (even if all words are capitalized) returns 0.

Remarks

None.

Example

 

See Also

$cap, $lowercase, $mixcap, $uppercase, Special Variables