Regular Expressions 101

Community Patterns

Dozenal number

1

Regular Expression
ECMAScript (JavaScript)

/
^[+-]?([\d↊↋]{1,3}(,([\d↊↋]{3})?)+(\.[\d↊↋]+)?|[\d↊↋]*\.?[\d↊↋]+)$
/
gm

Description

Matches any dozenal number. Supports positive/negative sign, thousands separators, and implicit zeros.

Submitted by XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff) - 2 years ago