Community Patterns

Community Library Entry

9

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

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

Description

Returns key/value pair of a url. Also works with google fonts which has additional information

Submitted by anonymous