1 - Write A Python Program To Check That A String Contains Only A Certain Set of Characters (In This Case A-Z, A-Z and 0-9)
1 - Write A Python Program To Check That A String Contains Only A Certain Set of Characters (In This Case A-Z, A-Z and 0-9)
Write a Python program to check that a string contains only a certain set of
characters (in this case a-z, A-Z and 0-9)
4.write a python program that matches a word at the beginning of the string
5. Write a Python program that matches a word at the end of string, with
optional punctuation
8. Write a Python program that matches a word containing 'z', not at the start
or end of the word