Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Java 8

"
(\b\w+\b)(?=.*\b\1\b)
"
gm

Description

Look for all entries of a country on a list that can have repeated values

Submitted by anonymous - 3 years ago