How can I make the last name capitalized?
I want a property pattern to generate the full name from the first name and last name. I want these properties to start with Capitalized letters, but in the generated full name, last name to be all upper case.
For example, if users first name if John, and last name is Doe, I want his full name to be generated like John DOE.