toupper_basic {healthyAddress}R Documentation

Uppercase

Description

Uppercase

Usage

toupper_basic(x)

Arguments

x

A character vector

Value

The same as toupper(x) for ASCII entries. For implementation reasons, strings wider than 32767 characters (bytes) will be ignored.


[Package healthyAddress version 0.4.2 Index]