Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
re.compile().match solution in Creative category for House Password by PythonWithPI
checkio=__import__('re').compile('^(?=.{10,})(?=\D*\d)(?=[^A-Z]*[A-Z])(?=[^a-z]*[a-z])').match
March 21, 2019
Comments: