dojo.number.__RegexpOptions
dojo.require("dojo.number");
defined in dojo/number.js
Usage
function () (view source)
PropertiesBack to top
override the locale used to determine formatting rules
override pattern with this string. Default is provided based on
number of decimal places to accept: Infinity, a positive number, or a range "n,m". By default, defined by pattern.
false by default
choose a format type based on the locale from the following: decimal, scientific, percent, currency. decimal by default.