ankurp/Dollar

Where's String#strip()?

Closed this issue · 4 comments

Can't find any trace of functions like String#rstrip() and String#strip(). Are they not implemented, or did I miss to import something?

They are moved into this repo.

Where? :) There isn't any function with that name in this repo. A search for it shows only the readme; https://github.com/ankurp/Dollar/search?utf8=%E2%9C%93&q=strip&type=

😄 Forgot to link to the repo. Its in this repo https://github.com/ankurp/Cent/blob/master/Sources/String.swift#L125

Aha, so I need to include both to get the suit described in the readme. Thanks for the info!