Regular Expressions 101

Community Patterns

converting rel to abs url. - part 1

0

Regular Expression
PCRE (PHP <7.3)

/
(((url\()|((href|src)=))(\s*["']?\s*))(?!((["']?)(http|https|ftp|ftps):\/\/)|["']?(\/))
/
ig

Description

this covers all scenarios apart from url that start with / and not //

Submitted by anonymous - 3 years ago