splus2R (version 1.3-5)

lowerCase: Case conversion

Description

Convert text to lower or upper case.

Usage

lowerCase(x)
upperCase(x)

Value

a character string coerced to the specified case.

Arguments

x

a character string.

See Also

Examples

Run this code
x <- "A dog and a cat"
lowerCase(x)
upperCase(x)

Run the code above in your browser using DataLab