Opened 19 years ago

Last modified 15 years ago

#224 closed Feature Requests (fixed)

Extensions to std::string: compareIgnoreCase(), trim(), ... — at Initial Version

Reported by: panzi Owned by: nobody
Milestone: Component: string_algo
Version: None Severity: Problem
Keywords: Cc:

Description

Extensions to std::string like a member function
compareCaseIgnore(...) and [l|r]trim(const char *
whitespace = " \t\r\n") would be very nice and so I
haven't to use stricmp( str1.c_str(), str2.c_str() )
any more!

PS: boost is great!

Change History (0)

Note: See TracTickets for help on using tickets.