Given a string s, return true if it reads the same forwards and backwards once you consider only alphanumeric characters and ignore letter case; otherwise return false.
All non-alphanumeric characters (spaces, punctuation, symbols) are skipped. An empty string — or a string with no alphanumeric characters — counts as a palindrome.
"A man, a plan, a canal: Panama""race a car"" """"0P""ab_a""Was it a car or a cat I saw?"