Regular Expressions 101

Community Patterns

Ruparupa Internal Search

0

Regular Expression
PCRE (PHP <7.3)

/
(.*\d{5,}.*)|(^(\,|\.|\\|\'|\-|\?|\*|\(|\@|\^|\=|\/|\%|\").*)|(.*(\<|\>|\[|\]|\;).*)|(.*(\.html|\.php).*)|^(\d\.\d)|(^\\.*)|(^\%.*\%)|(\d{1,3}(((x|\.|\.[[:space:]]){1,2})|[[:space:]])\d{1,3})|.*x$|^0[a-z]*|.{50,}
/
gm

Description

It is working!

Submitted by anonymous - 5 years ago