For example I have string:
aacbbbqq
As the result I want to have following matches:
(aa, c, bbb, qq)
This will work, see a working example here: http://www.rubular.com/r/ptdPuz0qDV
(\w)\1*