+repeats the group contents below at least once:
\ba Unicode word boundary
Group 1(Example|Overflow|Test) Examplethe literal text Example (case sensitive) Overflowthe literal text Overflow (case sensitive) Testthe literal text Test (case sensitive) \ba Unicode word boundary
Negative Lookahead(?!.*\b\1\b) .*any Unicode character (except for line terminators), repeated any number of times
\ba Unicode word boundary
\1the text saved by group 1
\ba Unicode word boundary
*the literal (3210 / 408 / 2016) , repeated any number of times