Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
^[a-zA-Z0-9.\s,\-:#_\/]+$
/
g

Description

This is to validate if an address is valid or not

Submitted by anonymous - 7 years ago