I have a thought:(might too completed)
- I wonder if I can substring(1) then use .toUpperCase() for the string
- and after that use getLength() to have the length then .toLowerCase() the rest in the string
Is there a easier way to do this? So I can have the value stored in "Xxxx" format. Thank you.
For example: No matter user input the value as "hELlo" or "HEllO" , the system always store the value as "Hello". That's may explain my question.