| java Programming Glossary: palindromesHow does this Java regex detect palindromes? http://stackoverflow.com/questions/3664881/how-does-this-java-regex-detect-palindromes  does this Java regex detect palindromes  This is the third part in a series of educational regex articles... Java regex to match what most people believe is impossible palindromes The language of palindromes is non regular it's actually context.. people believe is impossible palindromes The language of palindromes is non regular it's actually context free for a given alphabet.. 
 How to find out all palindromic numbers http://stackoverflow.com/questions/6401289/how-to-find-out-all-palindromic-numbers  algorithm   share improve this question   Generating all palindromes up to a specific limit. public static Set Integer allPalindromic.. 
 |