Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-09-18 10:39
Flavor·ECMAScript (JavaScript)

/
\b(?<word>\w+)\s+(\k<word>)\b
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous