stripr

Trim the given array by stripping the provided match from the right hand side. Returns a slice of the original content

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

Meta