Regular Expressions 101

Community Patterns

Lấy link từ log

0

Regular Expression
PCRE (PHP <7.3)

/
(?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&@#\/%=~_|$])
/
ig

Description

no description available

Submitted by anonymous - 6 years ago