After removing non-alphanumeric characters and ignoring case, determine if `s` reads the same forward and backward. Variant **#32**.
Example 1
Input: s = "racecar32"
Output: false
Constraints
Acceptance: 77% · Topics: string, two-pointers
← All practice problems