Learn R Programming

HKRbook (version 0.1.3)

is.ASCII: is.ASCII

Description

Checks if txt contains only ASCII characters.

Usage

is.ASCII(txt)

Value

logical

Arguments

txt

character: text to check

Examples

Run this code
is.ASCII("Congratulations")
is.ASCII("Herzlichen Glückwunsch")

Run the code above in your browser using DataLab