Question 1
Ajit is writing an essay in English. He realizes that he has used both the American English and British English spellings for the same words in his essay. He wants to find all such occurrences for the words "color/colour" and "program/programme". Help him by selecting the correct regular expression which will capture the British version as well as American version of the words from the text. Make sure It only collects the words which has correct spellings in either of the format. Note: It is an Extended Regular Expression (ERE)
