Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(\d{1}\.\d{5,8}|0)\s
/
gm

Description

This regex separates numbers with commas taking 0 into account.

Submitted by anonymous - 3 years ago