Skip to contents

Dependency-free drop-in alternative for stringr::str_length().

Usage

str_length(string)

Source

Adapted from the stringr package.

Arguments

string

Input vector. Either a character vector, or something coercible to one.

Value

A numeric vector the same length as string.