Matching {x, y} Repetitions

  • + 0 comments

    Regex_Pattern = r'^\d{1,2}[a-zA-Z]{3,}.{0,3}$' # Do not delete 'r'.