Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-25 08:24
Flavor·PCRE2 (PHP)

/
\b(https?|ftp|file):\/\/[-A-Za-z0-9+&@#\/%?=~_|!:,.;]+[-A-Za-z0-9+&@#\/%=~_|]
/
g
Open regex in editor

Description

Filter Links in a string

Submitted by Akali