I would like to find a regular expresson for validating user input for FirstName and LastName. Is there som kind of standard for this? I would like to avoid strange signs, yet allow international signs like åäö
, etc.
I am using .NET
Any recommendations?