I have a requirement that needs to validate an input field to only allow commas and alphabets (inlcuindg accented alphabets). Being a complete Regex Noob, I have no idea where to start. Can someone please shine some lights toward the right direction?
thanks.
Here’s a regex, but I don’t know .NET:
[,\w]+