strip

Trim the given array by stripping the provided match from both ends. Returns a slice of the original content

inout(char)[]
strip
(
inout(char)[] source
,
char match
)

Meta