Clean Palindrome Check

Real phrases often contain spaces, punctuation, and mixed letter case, but those can be noise when checking a palindrome. Given a string s, consider only letters and digits. Ignore case, so A and a count as the same character. Return True if the cleaned string reads the same forward and backward; otherwise, return False.

Примеры

Ввод
"A man, a plan, a canal: Panama"
Вывод
True
Ввод
"race a car"
Вывод
False
Ввод
" "
Вывод
True

Нужно реализовать

def is_palindrome(s: str) -> bool:

Теги

stringstwo-pointers
PostgreSQLv16

Тук ще се появи резултатът от изпълнението на кода

Tests12
Visible tests
Скрит тест 7
Скрит тест 8
Скрит тест 9
Скрит тест 10
Скрит тест 11
Скрит тест 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid