People’s Names / Lastnames (unicode supported, not void, not special characters and not only space first )
Regular expression taken from the following tutorial:
https://andrewwoods.net/blog/2018/name-validation-regex/
I added the first part of the expression (?!.*[@\.\_\d]) in order to not allow @ . _ and numbers cause I discovered a little weakness on the original expression.
Thanks to Andrew Woods
Submitted by anonymous - 5 years ago