How to replace all occurrences of a character in string?

Posted by zilgo on Stack Overflow See other posts from Stack Overflow or by zilgo
Published on 2010-05-24T11:30:25Z Indexed on 2010/05/24 11:41 UTC
Read the original article Hit count: 145

Filed under:
|

What is the effective way to replace all occurrences of a character with another character in std::string?

© Stack Overflow or respective owner

Related posts about c++

Related posts about stdstring