Lodash.words

Splits string into an array of its words.

struct Lodash
nothrow @trusted @safe ref
words
(
T = Any
)
(
auto ref T pattern = T.init
)

Return Value

Type: auto ref

- Lodash chained on (Array): the words of string.

Meta