Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-05-06 10:59
Flavor·Java

"
(\b\w+\b)(?=.*\b\1\b)
"
gm
Open regex in editor

Description

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

Submitted by anonymous