Regular Expressions 101

Community Patterns

Something...

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 - 2 years ago