Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-02-23 05:54
Flavor·PCRE (Legacy)

/
^(\/)([\w\/\[\]\{\}]*)(\??[\w\/\[\]\{\}]+\=[\w\/\[\]\{\}]+)*(\&?[\w\/\[\]\{\}]+\=[\w\/\[\]\{\}]+)*$
/
g
Open regex in editor

Description

Matches URL Path with variables {} and [] for using into API routers

Submitted by Rafael Beckel