3 Apr
2015
3 Apr
'15
7:06 a.m.
On Wed, Feb 18, 2015 at 1:32 PM, Andrey Semashev
On Wed, Feb 18, 2015 at 2:57 PM, Olaf van der Spek
wrote: Hi,
Does Boost have functions like htmlspecialchars and urlencode (from PHP)? If not, I think they'd make a nice addition to the string algorithm lib.
There is XML character decorator in Boost.Log. It is based on a common tool called pattern_replacer which can be used as a function (see https://github.com/boostorg/log/blob/master/include/boost/log/expressions/fo...).
Does it do multiple passes over the input and update the string in-place? Doesn't look like a good idea.
In Boost.StringAlgo there are a number of replace algorithms which can be used for this.
Which one would be best? -- Olaf