$mixcap

Purpose

Check if the token underlying the node is a mixed-capitalized word.

Syntax

returnedBoolean = variableType("$mixcap")

returnedBoolean - type: int
variableType - type: N

Returns

Returns 1 if the token is a mixed-capitalized word and 0 if not.

Remarks

Example

MIchigan, or abcD

See Also

$allcaps, $cap, $lowercase, $uppercase, Special Variables