Daily challenge for 2025-01-11
11. Palindrome Check
Write a function solve that checks if a string is a palindrome, considering only alphanumeric characters and ignoring case.
Example:Input: "A man, a plan, a canal: Panama"Output: True
Run this challenge interactively in Python or JavaScript when the app loads.