Matching {x, y} Repetitions

  • + 0 comments
    Regex_Pattern = r'^\d{1,2}[A-Za-z]{3,}\.{,3}$'	# Do not delete 'r'.
    
    import re