Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-04-02 14:25
Flavor·PCRE (Legacy)

/
(?P<open>(?P<quote>['"])|\()(?P<relativeFile>(?:\.\.\/)+.*?)(?P<params>[#\?].*?|)?(?P<close>\k<quote>|\))
/
gx
Open regex in editor

Description

no description available

Submitted by anonymous