Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-08-17 11:24
Flavor·ECMAScript (JavaScript)

/
^[+-]?[\d↊↋]*\.?[\d↊↋]+$
/
mg
Open regex in editor

Description

Matches any mathematically correct dozenal number which is not formatted.

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