Regex to retrieve at least 5 same numbers in a row

前端 未结 2 600
时光取名叫无心
时光取名叫无心 2021-01-29 16:48

Looking for the regexp for finding all longest digit sequences (starting with length = 5) of the same numbers. E.g.:

Input: \'hgfd 0022222233333 4444 5556555 000         


        
2条回答
提交回复
热议问题