S Shiva Duriseati Guest Jun 8, 2016 #1 Hi John, Can you try below code? var value="{!cvCity#value}"; if(!value.match(/^[a-zA-Z]*$/)) { return 'Only Character Allowed'; } Regards, Shiva Continue reading...
Hi John, Can you try below code? var value="{!cvCity#value}"; if(!value.match(/^[a-zA-Z]*$/)) { return 'Only Character Allowed'; } Regards, Shiva Continue reading...