purescript/purescript-strings

Add trimStart/trimEnd?

wclr opened this issue · 0 comments

wclr commented

There is a trim, but no trimStart/trimEnd (trimLeft/trimRight).

Is implementing it each time with some countPrefix or regEx should be an option?