capitalize_first_char {netmhc2pan} | R Documentation |
Convert the first character to upper case.
Description
Convert the first character to upper case. If the first character is upper case, nothing will happen.
Usage
capitalize_first_char(s)
Arguments
s |
a string |
Value
the string, with the first letter in uppercase
Author(s)
Richèl J.C. Bilderbeek
Examples
capitalize_first_char("hello")
[Package netmhc2pan version 1.3.2 Index]