Returns true
if variable is a number or numeric string.
sequence: 4815162342another_sequence: just type 4 8 15 16 23 42
{{ if sequence | is_numeric }}{{ if another_sequence | is_numeric }}
truefalse
is_numeric
ModifierReturns true
if variable is a number or numeric string.
sequence: 4815162342another_sequence: just type 4 8 15 16 23 42
{{ if sequence | is_numeric }}{{ if another_sequence | is_numeric }}
truefalse
Submit improvements, related content, or suggestions through Github.
Betterify this page →