Topic: string manipulation and comparison
Author: steagall@deltalogic.com (Bob Steagall)
Date: 1997/05/08 Raw View
Mark Carleton <carleton@verinet.com> wrote:
>Are there C++ standard library methods for converting objects of type
>string to uppercase? What about methods for case insensitive string
>comparison?
No, the standard does not address this issue, and provides no methods in
either the character traits or string classes that are case-insensitive.
--Bob
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]
Author: Mark Carleton <carleton@verinet.com>
Date: 1997/05/07 Raw View
Are there C++ standard library methods for converting objects of type
string to uppercase? What about methods for case insensitive string
comparison?
Mark Carleton
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]