I want to filter a data frame by words that are reversed in the middle, I want these words for example:
abba abcddcba
Is there any regex or anything that can help me with this?
Update
It is impossible it seems: How to check that a string is a palindrome using regular expressions?