Regular Expressions 101

Community Patterns

Grouped Complex

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^([ ]*(?:[-]|[+])?[ ]*\d+(?:,\d+|))([ ]*(?:[+]|[-])[ ]*(?:\d+(?:,\d+|)[ ]*[*]?[ ]*|)i[ ]*|[ ]*)$
/
gm

Description

Publicate to explanation to a teacher.

Submitted by Saheded - 2 years ago