Lodash.trim

Removes leading and trailing whitespace or specified characters from string.

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

Return Value

Type: auto ref

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

Meta