$isNumber

Returns whether or not the provided value is a number.

🧙‍♂️ 'true' means the value is a number, 'false' means it isn't.

Usage

$isNumber[value]

Breakdown

  • value - The text to check.

Example

$nomention
$isNumber[$message]

example