Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
(((http:\/\/)|(https:\/\/)){1}(www\.){0,1}[a-z0-9]+[\.]{1}[a-z]+[\/#=a-z0-9\?\.\+\&\%\_\-]+)
/
i

Description

Es mi intento por detectar urls

Submitted by Oscar David Díaz Fortaleché - 10 years ago