Unfortunately, I don’t think there’s a regex for repetition of variable-length numbers. This would require finding each value in the string with \d+, and then taking each value found and checking if single digits are repeated, 2 digits, 3, etc through the length of the value found divided by 2.