Constraint Surname and first name of an individual

Hi @tuumaprojectdata,

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,}$')

1 Like