Regular Expressions 101

Community Patterns

0

ul-li discover

PCRE (PHP <7.3)
ul li discovered
Submitted by anonymous - 6 years ago

Match all CSS classes in a css file ignoring everything else in the file

0

Regular Expression
PCRE (PHP <7.3)

/
www\.[a-z0-9-]*\.[a-z]*|(?m)^.*svg\+xml.+|\.org|\.com|\.io|\.woff2|.eot|.woff|.ttf|.svg|((?<=\.)[a-z][a-z-0-9\.]*[^\{\/\:\?])
/
g

Description

Loading markdown...
Submitted by anonymous - 6 years ago