Python實現"驗證迴文串"的三種方法

給定一個字符串,在只考慮字母數字且忽略字母大小寫的狀況下,判斷該字符串是不是一個迴文串html 注意:空串是迴文串python Example 1:正則表達式 Input: "A man, a plan, a canal: Panama" Output: true Example 2:算法 Input: "race a car" Output: false 1:首先將字符串大寫字母轉爲小寫字母,而
相關文章
相關標籤/搜索