capitalize_first_char {netmhc2pan} | R Documentation |
Convert the first character to upper case. If the first character is upper case, nothing will happen.
capitalize_first_char(s)
s |
a string |
the string, with the first letter in uppercase
Richèl J.C. Bilderbeek
capitalize_first_char("hello")