toLowerCase.String: Converts all of the characters in this String to lower case

Description Usage Value Author(s) See Also Examples

Description

Converts all of the characters in this String to lower case.

Usage

1
2
## S3 method for class 'String'
toLowerCase(this, ...)

Value

Returns the string, converted to lower case.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*toUpperCase()

Examples

1
2
3
  s <- String("Hello world!")
  toLowerCase(s)                     # "hello world!"
  toLowerCase("Hello world!")        # "hello world!"

HenrikBengtsson/R.lang documentation built on May 8, 2019, 7:50 p.m.