capitalize_first_char: Convert the first character to upper case.

View source: R/capitalize_first_char.R

capitalize_first_charR 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")

netmhc2pan documentation built on July 2, 2026, 5:06 p.m.