Opened 19 years ago
Last modified 15 years ago
#224 closed Feature Requests (fixed)
Extensions to std::string: compareIgnoreCase(), trim(), ... — at Version 1
| Reported by: | Owned by: | az_sw_dude | |
|---|---|---|---|
| Milestone: | Component: | string_algo | |
| Version: | None | Severity: | Problem | 
| Keywords: | Cc: | 
Description (last modified by )
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 (1)
comment:1 by , 15 years ago
| Description: | modified (diff) | 
|---|---|
| Owner: | changed from to | 
| Reporter: | changed from to | 
| Severity: | → Showstopper | 
| Status: | assigned → new | 
  Note:
 See   TracTickets
 for help on using tickets.
    

reassigning to Jeff because I know he has built something like this, but it should probably be closed as it is really a library suggestion, not a feature request.