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