Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/encoding_detection.R
The function checks whether all bytes in a string are <= 127.
1 |
str |
character vector, a raw vector, or
a list of |
This function is independent of the way R marks encodings in character strings (see Encoding and stringi-encoding).
Returns a logical vector. The i-th element indicates whether the i-th string corresponds to a valid ASCII byte sequence.
Marek Gagolewski and other contributors
The official online manual of stringi at https://stringi.gagolewski.com/
Other encoding_detection:
about_encoding
,
stri_enc_detect2()
,
stri_enc_detect()
,
stri_enc_isutf16be()
,
stri_enc_isutf8()
1 2 | stri_enc_isascii(letters[1:3])
stri_enc_isascii('\u0105\u0104')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.