Diysb Tools

Palindroom

's Werelds eenvoudigste browsergebaseerde hulpprogramma om te controleren of tekst een palindroom is. Controleer direct of uw tekst van voor naar achter hetzelfde leest. Perfect voor woordpuzzels, taalkundige analyses of het valideren van symmetrische tekstpatronen. Ondersteunt diverse scheidingstekens en palindroomdetectie van meerdere woorden.

Teksthulpmiddelen
Input text
Result
Gereedschapsopties
Splitting options
Symbol
Split text by a specific character
Separator character
Regex
Split text using a regular expression
Palindroom Voorbeelden

Check Words

Check if each word in a sentence is a palindrome.

racecar hello level world madam
racecar hello level world madam
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome "world" → Not a palindrome "madam" → Palindrome
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome "world" → Not a palindrome "madam" → Palindrome
Splitting options
Symbol
Split text by a specific character
Separator character
Regex
Split text using a regular expression

Check with Regex Split

Use a regex to split the text and check each part.

A man, a plan, a canal: Panama
A man, a plan, a canal: Panama
"A" → Palindrome "man" → Not a palindrome "a" → Palindrome "plan" → Not a palindrome "a" → Palindrome "canal" → Not a palindrome "Panama" → Not a palindrome
"A" → Palindrome "man" → Not a palindrome "a" → Palindrome "plan" → Not a palindrome "a" → Palindrome "canal" → Not a palindrome "Panama" → Not a palindrome
Splitting options
Symbol
Split text by a specific character
Regex
Split text using a regular expression
Regular expression for splitting

Check Phrases

Check if entire phrases are palindromes (each line is checked).

racecar hello level
racecar hello level
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome
"racecar" → Palindrome "hello" → Not a palindrome "level" → Palindrome
Splitting options
Symbol
Split text by a specific character
Separator character
Regex
Split text using a regular expression

Alle Teksthulpmiddelen