I thought you use Name SURNAME
as your format. In SURNAME Name
format you can use this one:
regex(., '^[A-Z]{1,}[ ]{1}[A-Z]{1}[a-z]{1,}$')
I thought you use Name SURNAME
as your format. In SURNAME Name
format you can use this one:
regex(., '^[A-Z]{1,}[ ]{1}[A-Z]{1}[a-z]{1,}$')