titleize_first: Make first word title case

Description Usage Arguments Value Examples

Description

Formats the first word in the given text to have title case.

Usage

1

Arguments

txt

character: text to be formatted in title case.

Value

character: the supplied text with its first word in title case.

Examples

1
2
3
titleize_first("hello")

titleize_first("hello world")

toniprice/jutebag documentation built on May 12, 2019, 4:39 a.m.