$isNaN

Returns whether the provided text is not a number (NaN).

'true' means the text is not a number, 'false' means the text is a number.

Usage

$isNaN[text]

Breakdown

text - The text to check.

Last updated

Was this helpful?