Regular Expressions 101

Community Patterns

css font-face url

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\burl\((?<url>[^()]+)\)
/
gm

Description

found font-face url in sty;e.css

Submitted by anonymous - 2 years ago