Community Patterns

Community Library Entry

3

Regular Expression
Created·2014-05-22 17:10
Flavor·PCRE (Legacy)

/
(?'location'.+)(?:\/(?'resource'[\w\-\._]+\.js))(?:\?(?'params'.+))?
/
gm
Open regex in editor

Description

Extract resource location, name and query parameters from a URL

Submitted by cebence