Regular Expressions 101

Community Patterns

Lookbehind

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=dash\/)\S+
/
gm

Description

Example of how to pull a particular piece of the URL

Submitted by DATA_GATA - 3 years ago