How do I validate the users inputs.
I want to validate to ensure that the user is entering numbers and commas only.
I need this to validate a phone number in the format of 123123222,29292
Google around for others, but be aware that in different languages/environments, flavors of regular expressions exist so what works in one setting may not work elsewhere.