How to match word where count of characters same

Posted by Leo on Stack Overflow See other posts from Stack Overflow or by Leo
Published on 2009-12-20T16:39:44Z Indexed on 2010/03/08 0:01 UTC
Read the original article Hit count: 221

Filed under:

Hello

Please help with below

I need match only words where counting of characters same

for example same counting for a b c

abc ///match 1 (abc)

aabbcc match 2(abc)

adabb not mach 2(ab)

ttt match 0(abc)

© Stack Overflow or respective owner

Related posts about regex