-4
Hello, I would like a regex to validate full name in a form, but with some specific details:
- At least two words separated by a space character;
- Each word must have at least three characters;
- The first character of each word must be a letter of the alphabet. If the letter is lowercase, it should be transformed to capital letters immediately before the form is submitted.
Please edit the question to limit it to a specific problem with sufficient detail to identify an appropriate answer.
–