Compute the Number of Characters in a String
strlength.Rdstrlength splits the input string into
individual characters and counts them
using strsplit and length. It is
equivalent to determining the string length.
strlength.Rdstrlength splits the input string into
individual characters and counts them
using strsplit and length. It is
equivalent to determining the string length.