Write a function named is_specialsub that takes a string (S) and a string (A). Then the program checks if the string A appears in the string S or not. If the string A is in string S, the function returns true else returns false. If there is any space or punctuation in between the characters either in S or A discard them before matching. [Ignore cases

Q&A Education