What does this part mean: (of all countries)? What is your character encoding?
Sanjeev Jaiswal
Do you have any text file or some file in any format which contains the list of all countries which is having mixture of number, lowercase,uppercase and so on in it?
If you can give one example then we could generate the patter for it.
^[0-9A-Za-z]+$