Regex Hero | The .NET Regular Expression Tester
/
.NET Regex Library
Repetitive Word Finder
0
Open in the
Regex Tester
(?<word>\b\w{4,}\b)(?=.+\k<word>)
Find repetitive words with 4 characters or more in a block of text.
Steve Wortham
5/4/2010 12:21:50 PM
0 comments so far.
Log in
to leave a comment.
Preview
<< back to
Library
You cannot vote on your own.
(click to dismiss)
You may only vote once.
(click to dismiss)
You must log in to vote.
(click to dismiss)
Regex Hero
Log In
.NET Regex Tester
Reference
Library
Videos
Support