strs_len
returns the number of characters in string
. It is similar to
Python's str.__len__()
.
Examples
strs_len(c("hello", "world"))
#> [1] 5 5
strs_len
returns the number of characters in string
. It is similar to
Python's str.__len__()
.
strs_len(c("hello", "world"))
#> [1] 5 5