Regular Expressions 101

Community Patterns

0

Init code

PCRE2 (PHP >=7.3)
Init code
Submitted by anonymous - 10 months ago
0

myspace

PCRE2 (PHP >=7.3)
myspace
Submitted by anonymous - 10 months ago

Remove leading and trailing zeros from decimal numbers

0

Regular Expression
PCRE2 (PHP >=7.3)

/
0*(\d+\.0?\d*?)0*(\D|$)
/
gm

Description

Loading markdown...
Submitted by asasine - a year ago
(Last modified a year ago)