RegExp match repeated characters

前端 未结 6 1845
陌清茗
陌清茗 2020-11-30 03:47

For example I have string:

 aacbbbqq

As the result I want to have following matches:

 (aa, c, bbb, qq)  
6条回答
提交回复
热议问题