G
Gurikar
Hello,
I have a string called "John mathew dsouza". Now i want replace all
spaces in this string to '-', i mean i want the output string to be
like this: "John-mathew-dsouza". Any shortcut methods are there using
C++ STL string(i mean any readymade API's in C++ string).
Regards
I have a string called "John mathew dsouza". Now i want replace all
spaces in this string to '-', i mean i want the output string to be
like this: "John-mathew-dsouza". Any shortcut methods are there using
C++ STL string(i mean any readymade API's in C++ string).
Regards