abseil / abseil-cpp

Abseil Common Libraries (C++)

Home Page:https://abseil.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[suggestion] Can you create trim functions for string?

paulocoutinhox opened this issue · comments

Hi,

Can you create trim functions for string?

Example:
https://stackoverflow.com/questions/216823/how-to-trim-a-stdstring

Thanks.

The strings library probably has what you are looking for. For example, there is absl::StripAsciiWhitespace(). Let us know exactly what you are looking for if you can't find it.

Thanks, is this :)

Sorry, i search here before but not find it, because this i post here. Thanks, is what i need :)