Community Patterns

Community Library Entry

5

Regular Expression
Created·2022-02-02 15:04
Flavor·PCRE2 (PHP)

/
(?:http[s]?:\/\/.)?(?:www\.)?[-a-zA-Z0-9@%._\+~#=]{2,256}\.[a-z]{2,6}\b(?:[-a-zA-Z0-9@:%_\+.~#?&\/\/=]*)
/
gm
Open regex in editor

Description

Match any url in text or html (http, https)

Submitted by Jérémy Munsch