Regex Hero | The .NET Regular Expression Tester
/
.NET Regex Library
Repetitive Word Finder
0
(?<word>\b\w{4,}\b)(?=.+\k<word>)
Find repetitive words with 4 characters or more in a block of text.
Steve Wortham
05/04/2010 12:21:50
0 comments so far.
Preview
<< back to
Library
Regex Hero
.NET Regex Tester
Reference
Library
Videos
Support