Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 211 Bytes

File metadata and controls

5 lines (4 loc) · 211 Bytes

Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.

For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car" is not a palindrome.