Matching {x, y} Repetitions

  • + 0 comments
    Regex_Pattern = r'^[0-9][0-9\S][a-zA-Z]{3,}+[.]{0,3}$'	# Do not delete 'r'.