Lodash.trimStart

Removes leading whitespace or specified characters from string.

struct Lodash
nothrow @trusted @safe ref
trimStart
(
T = Any
)
(
auto ref T chars = T.init
)

Return Value

Type: auto ref

- Lodash chained on (string): the trimmed string.

Meta