• + 1 comment
    regex_integer_in_range = r"^\d{6}$"
    regex_alternating_repetitive_digit_pair = r"(\d)(?=.\1)"