Diysb Tools

Palindroom maken

's Werelds eenvoudigste browsergebaseerde tool voor het maken van palindromen van elke tekst. Voer tekst in en transformeer deze direct in een palindroom die zowel van voor naar achter als van achter naar voren hetzelfde leest. Perfect voor woordspelletjes, het creëren van symmetrische tekstpatronen of het verkennen van taalkundige curiosa.

Teksthulpmiddelen
Input text
Result
Gereedschapsopties
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately
Palindroom maken Voorbeelden

Create Simple Palindrome

Create a palindrome by mirroring the text including the last character.

hello
hello
helloolleh
helloolleh
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately

Create Palindrome (exclude last char)

Create a palindrome without duplicating the last character.

hello
hello
helloleh
helloleh
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately

Multi-line Palindrome

Create palindromes for each line separately.

cat dog
cat dog
cattac doggod
cattac doggod
string.createPalindrome.optionGroupTitle
Duplicate the last character in the mirrored part
Create a palindrome for each line separately