Closed moodymudskipper closed 6 years ago
from ?stri_isempty
?stri_isempty
Missing values are handled properly, as opposed to the built-in nzchar function.
from ?stri_numbytes
?stri_numbytes
Missing values are handled properly, as opposed to the built-in nchar(str, "bytes") function call
from ?stri_length
?stri_length
Missing values are handled properly, as opposed to the built-in nchar function. For ‘byte‘ encodings we get, as usual, an error.
from ?stri_width's examples :
?stri_width
nchar(stri_trans_nfkd("\u0105"), "width") # provides incorrect information stri_width(stri_trans_nfkd("\u0105"))
Though they return the same.
Thanks for pointing this out.
from
?stri_isempty
from
?stri_numbytes
from
?stri_length
from
?stri_width
's examples :Though they return the same.