strcap: Mixed case capitalizing.

Description Usage Arguments Value Author(s) Examples

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
2
3
4
## Not run: 
strcap("the quick red fox jumps over the lazy brown dog")

## End(Not run)

OOmegaPPanDDa/tmcn documentation built on May 7, 2019, 8:55 p.m.