Constructordojo.number.__RealNumberRegexpFlags

dojo.require("dojo.number");
defined in dojo/number.js

Usage

function () (view source)

PropertiesBack to top

A string for the character used as the decimal point. Default is ".".
The leading plus-or-minus sign on the exponent. Can be true, false, or [true, false]. Default is [true, false], (i.e. will match if it is signed or unsigned). flags in regexp.integer can be applied.
Express in exponential notation. Can be true, false, or [true, false]. Default is [true, false], (i.e. will match if the exponential part is present are not).
Whether decimal places are allowed. Can be true, false, or [true, false]. Default is [true, false]
The integer number of decimal places or a range given as "n,m". If not given, the decimal part is optional and the number of places is unlimited.