Question: Write a Python function named 'checkRegex' that returns a true or false value. The function determines if the supplied string meets the following criteria: a)
Write a Python function named 'checkRegex' that returns a true or false value. The function determines if the supplied string meets the following criteria: a) Must begin with an alphabetic letter only. b) Must be at least 8 characters long. c) Must contain at least 1 capital letter. d) Must contain at least 1 lowercase letter. e) Must contain at least one of the following special characters: * - @ # $ . | / \ !
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
