Learn R Programming

netmhc2pan (version 1.3.2)

capitalize_first_char: 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)

Value

the string, with the first letter in uppercase

Arguments

s

a string

Author

Richèl J.C. Bilderbeek

Examples

Run this code
capitalize_first_char("hello")

Run the code above in your browser using DataLab