dojo/number.__IntegerRegexpFlags (version 1.10)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new number.__IntegerRegexpFlags()

Property Summary

  • groupSizegroup size between separators
  • groupSize2second grouping, where separators 2..n have a different interval than the first separator (for India)
  • separatorThe character used as the thousands separator.
  • signedThe leading plus-or-minus sign.

Properties

groupSize
Defined by: dojo/number

group size between separators

groupSize2
Defined by: dojo/number

second grouping, where separators 2..n have a different interval than the first separator (for India)

separator
Defined by: dojo/number

The character used as the thousands separator. Default is no separator. For more than one symbol use an array, e.g. [",", ""], makes ',' optional.

signed
Defined by: dojo/number

The leading plus-or-minus sign. Can be true, false, or [true,false]. Default is [true, false], (i.e. will match if it is signed or unsigned).

Error in the documentation? Can’t find what you are looking for? Let us know!