Matching One Or More Repetitions

  • + 0 comments
    Regex_Pattern = r'^\d{1,}[A-Z]{1,}[a-z]{1,}$'	# Do not delete 'r'.