Capitalize a String In Salesforce Apex
In case you would like the first letter of your String to be in title case you can use the capitalize function of the String class in Apex.
In case you would like the first letter of your String to be in title case you can use the capitalize function of the String class in Apex.