Regular Expressions 101

Community Patterns

0

Zabbix

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 3 years ago

Euro prices with steps of 5000 (e.g 5.000, 10.000 - 255.000)

1

Regular Expression
PCRE (PHP <7.3)

/
^[]\s(1?[5]000|[1-9]{1}[5,0]{1,3}([0]{3,10}))$
/
mg

Description

Loading markdown...
Submitted by anonymous - 6 years ago