str_firstup: Sets first letter of a string to capital

View source: R/string_tools.R

str_firstupR Documentation

Sets first letter of a string to capital

Description

Sets first letter of a string to capital

Usage

str_firstup(x)

Arguments

x

The string you want to apply the formatting to

Value

A formatted string

Examples

str_firstup("ThIs iS One uGLy sTRIng!")

mark-me/graydon.package documentation built on Nov. 14, 2023, 5:31 p.m.