Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
([\d,.]{1,})+(([\/*+-]{1})([\d,.]{1,})){0,}
/
gm

Description

Find operation in string (used in my personnal project)

Submitted by anonymous - 3 years ago