
annie_perl
Novice
Aug 19, 2009, 11:01 PM
Post #2 of 3
(5503 views)
|
Re: [aan] need to create regex which match duplicate chacter in a word
[In reply to]
|
Can't Post
|
|
Basically i need a short regex instead of the long regex as following: (a{2,}|b{2,}|c{2,}|d{2,}|e{2,}|f{2,}|g{2,}|h{2,}| i{2,}|j{2,}|k{2,}|l{2,}|m{2,}|n{2,}|o{2,}|p{2,}| q{2,}|r{2,}|s{2,}|t{2,}|u{2,}|v{2,}|w{2,}|x{2,}| y{2,}|z{2,})
|