strs_isascii
determines whether each element of a character vector contains
only ASCII characters. It is similar to Python's str.isascii()
method.
Value
A logical vector of the same length as string
, indicating whether
each element contains only ASCII characters.