Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-08-14 22:56
Flavor·PCRE (Legacy)

/
\b([\w]+) +(\1)\b
/
gm
Open regex in editor

Description

This is an adapted version of the regex writen at the book Mastering Reguar Expressions.

Submitted by maffei2443