Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-08-18 20:14
Flavor·ECMAScript (JavaScript)

/
^[+-]?([\d↊↋]{1,3}(,[\d↊↋]{3})+|[\d↊↋]+)(\.[\d↊↋]+)?$
/
mg
Open regex in editor

Description

Matches dozenal numbers. Supports positive/negative sign and thousands separators.

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