Program Questions:
-
Write a program that matches a string that has an N followed by zero or more o's
-
Write a program that matches a string that has an N followed by one or more o's.
-
Write a program that matches a string that has an O followed by two to three 'K'.
-
Write a program that matches a word at the beginning of a string.
-
Write a program that matches a number at the end of a string.