ZcapsDetect

Returns true if the ratio of uppercase letters in the message meets or exceeds the threshold. Best used inside an onMessage event.

Syntax

ZcapsDetect{message?;threshold?}

Arguments

NameTypeRequiredDefault
messagestringNocurrent message
thresholdnumberNo0.7

Example

ZcapsDetect{Zmessage;0.7}