Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
^(\-{0,1})(?:(?:0*)(\d+))?((?:\.)(?:\d*?))?0*$
/
gm

Description

Trim leading zeroes

012.210 => 12.21 .002300 => .0023

Submitted by FAy - 8 years ago