dojo.currency.regexp
dojo.require("dojo.currency");
defined in dojo/currency.js
Returns regular expression with positive and negative match, group and decimal separators Note: the options.places default, the number of decimal places to accept, is defined by the currency type.
Usage
function (/*dojo.number.__RegexpOptions?*/ options) (view source)
parameter | type | description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | dojo.number.__RegexpOptions | Optional.
|