Regular Expressions 101

Community Patterns

0

ip-v6

ECMAScript (JavaScript)
ip-v6
Submitted by anonymous - 4 years ago
0

Zabbix

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

Check list of integers numbers separated by comma

1

Regular Expression
PCRE (PHP <7.3)

/
\s*[0-9]+(,\s*[0-9])*$
/
g

Description

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