Index: [thread] [date] [subject] [author]
  From: Alex Zupancich <Alex.Z@Duke.edu>
  To  : 
  Date: Tue, 9 Feb 1999 02:29:01 -0500

tolower & other useful string functions....

Some days ago, Dave Miller posted this:

>Does the stl string class support upcase or downcase?  I couldn't
>find such functions, but ... you never know.  Thanks,
>
>- Dave

I too find myself needing to use a couple of functions that I used
to use by including the old "strutils.h"
(specifically: ToLower() and StripWhite() )
but cant find an analogue in STL.
Trying to use the strutils.h with the STL implementation of
strings gives me tonnes of Symbol Referencing errors
(to be expected, i guess....)

so, whats the solution? is there a way for me to call those
two functions without having to re-write them from scratch?

Thanks in advance!

AlexZ




Index: [thread] [date] [subject] [author]