Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-04-07 21:13
Flavor·ECMAScript (JavaScript)

/
(?<=dash\/)\S+
/
gm
Open regex in editor

Description

Example of how to pull a particular piece of the URL

Submitted by DATA_GATA