Regular Expressions 101

Community Patterns

URL

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\b(?:https?:\/\/)(?:www\d?\.)?[-\w\d\/?\.=&\+]+\b
/
gm

Description

This pattern can detect URLs.

Submitted by anonymous - 3 years ago