Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-09-16 08:35
Flavor·PCRE (Legacy)

/
(?:\?|\&)(?<key>[\w]+)=(?<value>[\w+,-]+)(?:\:?)(?<option>[\w,]*)
/
g
Open regex in editor

Description

This regular expression is used to extract google font information from the embeded url

Submitted by anonymous