diff --git a/reference/var/functions/is-numeric.xml b/reference/var/functions/is-numeric.xml index 47967937a5..e6d5a76512 100644 --- a/reference/var/functions/is-numeric.xml +++ b/reference/var/functions/is-numeric.xml @@ -16,6 +16,7 @@ Finds whether the given variable is numeric. Numeric strings consist of optional + whitespace, optional sign, any number of digits, optional decimal part and optional exponential part. Thus +0123.45e6 is a valid numeric value. Hexadecimal (e.g. 0xf4c3b00c) and binary (e.g. 0b10100111001)