$isNumber
Check if the available text is a number? Will returns Boolean
Usage:
$isNumber[some text]
// example
$isNumber[123] // true
$isNumber[asdf] // false
$isNumber[asd123] // falseLast updated
Was this helpful?
Check if the available text is a number? Will returns Boolean
$isNumber[some text]
// example
$isNumber[123] // true
$isNumber[asdf] // false
$isNumber[asd123] // falseLast updated
Was this helpful?
Was this helpful?