Validation rule - I Want First Character Upper Case In Multiple Words

Please help me, I have no idea how to create such a validation rule.
Users insert full names in our database in different manners, and I don’t want to have any situations like this one>>

JOHN WAYNE
John Becks
Mary POPPINS Swart

I want all words to start with capital letter.

Thanks!

Hi,

Can you give us the ideal format based on the example you shared? For example, should the “JOHN WAYNE” be “John Wayne”?

1 Like

Hi, yes,

JOHN WAYNE should be John Wayne
AL MOHAMMAD ADNAN should be Al Mohammad Adnan

Thanks!

Any ideas? I couldn t figure it out until now! I d appreciate some help! :smiley: Thanks!

Hi,

You can try validation below:
^([A-Z]{1}[a-z]+\s?)*$