Regardless of symbols, match 5-bit palindromes

five letter palindromes (words that are the same backwards as forwards) (kayak,dewed,eye,refer)

I"m a little confused about this question. I don"t know how to write it


^ ([a-zA-Z]) ([a-zA-Z]) [a-zA-Z]\ 2\ 1 $

references the previously matched characters with \ 1,\ 2 .


\b(\w)(\w)\w\2\1\b
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35771-2bf7e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35771-2bf7e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?