Question: Write a Python program (using regular expression) to find all words in a string which are at least 6 characters long and starts with a
Write a Python program (using regular expression) to find all words in a string which are at least 6 characters long and starts with a capital A or small a. For example, testing with the following string 1Thettt quick 2brown fox 31jumpas 1over the Aaaerlazy aabbdog your program should output Aaaerlazy aabbdog
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
