Regular Expressions 101

Community Patterns

html{ height:100%}body{ margin:0px; padding:0px; height:100%; min-hei

2

Regular Expression
PCRE (PHP <7.3)

/
"|^[" . preg_quote('a-zA-Z 0-9~%.:;*_') . "]+$|i"
/

Description

no description available

Submitted by anonymous - 8 years ago