28 Jun
2005
28 Jun
'05
2:39 p.m.
On Tue, 28 Jun 2005 16:21:51 +0200, Leon Mergen
Hello,
I need to replace patterns in a string with contains (partially) binary data. Is it safe to use the Boost string algorithms for it ? I wasn't able to find anything about binary-safety of the string algorithms in the Boost documentation.
I use it for binary data, and have not run into any problems. I would be extremely surprised if there were any assumptions by the string algorithms that the data is text only. -- Be seeing you.