Regular Expressions 101

Community Patterns

Url validator

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:(http|ftp)(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:\/?#[\]@!\$&'\(\)\*\+,;=.]+
/
img

Description

no description available

Submitted by anonymous - 4 years ago