世界上最简单的基于浏览器的回文检测工具。即时验证文本正读和反读是否一致。非常适合字谜游戏、语言分析或验证对称文本模式。支持各种分隔符和多词回文检测。
Input text
Palindrome results
工具选项
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.
回文 示例
点击尝试!
Checks if each word in the text is a palindrome. Returns "true" for palindromes and "false" for non-palindromes.
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.
Checks palindrome status for comma-separated words.
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.
Use a regular expression to split text and check for palindromes.
Splitting options
Use a Symbol for Splitting
Character that will be used to split text into parts for palindrome checking.
Use a Regex for Splitting
Regular expression that will be used to split text into parts for palindrome checking.