Hi all ,
How i write the regular Expression which only accepts the alpha numeric plus one hypen and underscore characters only. not others
like City1_street
i tries the below but it is not working what iam doing wrong
"^[a-zA-Z]+$"
Best Regrds
...
Go to the complete details ...