in reply to Re^2: regex issue
in thread regex issue
Without the additional \b before \1, three-letter words that are trailing substrings of other words would also match./\b(\w\w\w)\b(?=.*\b\1\b)/g
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: regex issue
by ExReg (Priest) on Aug 03, 2016 at 20:25 UTC |