Regular Expressions 101

Community Patterns

Decimal type check for view column

0

Regular Expression
PCRE (PHP <7.3)

/
(NUMBER[(](\d{1,3},\d)[)])|(NUMBER[(]((\d{1,3})|(\d{1,3}[,]\d))[)]((?=\/DECIMAL)|(?=\/PERCENTAGE)).*)
/
gi

Description

no description available

Submitted by anonymous - 7 years ago