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