Regular Expressions 101

Community Patterns

Unformatted Dozenal number

1

Regular Expression
ECMAScript (JavaScript)

/
^[+-]?[\d↊↋]*\.?[\d↊↋]+$
/
mg

Description

Matches any mathematically correct dozenal number which is not formatted.

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