T
Tomasz J
Hello Developers,
Is there any easy way of validating user input, like last name, using
RegularExpressionValidator which would allow for international characters?
Apprently ValidationExpression="^[\w\s']+$" is not the right way to do it.
Thank you for any hints.
Tomasz J
Is there any easy way of validating user input, like last name, using
RegularExpressionValidator which would allow for international characters?
Apprently ValidationExpression="^[\w\s']+$" is not the right way to do it.
Thank you for any hints.
Tomasz J