Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-07-16 16:40
Flavor·ECMAScript (JavaScript)

/
^\/(?<CONYY>\w{3,}\d{2})(\/resources)*(\/?|(\/)*|(?<FILE>\/index\.html))$
/
gm
Open regex in editor

Description

Replaces strings matching a URL pattern

Submitted by anonymous