strcap: Mixed case capitalizing.

Description Usage Arguments Value Author(s) Examples

View source: R/strcap.R

Description

To capitalize every first letter of a word.

Usage

1
strcap(string, strict = FALSE)

Arguments

string

A character vector.

strict

Whether strict.

Value

A character vector with the first letter of each word capitalized.

Author(s)

Jian Li <rweibo@sina.com>

Examples

1
strcap("the quick red fox jumps over the lazy brown dog")

tmcn documentation built on Aug. 8, 2019, 9:02 a.m.

Related to strcap in tmcn...