$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] htmlspecialchars and urlencode?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2015-02-18 07:32:01
On Wed, Feb 18, 2015 at 2:57 PM, Olaf van der Spek <ml_at_[hidden]> 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/formatters/char_decorator.hpp#L78).
In Boost.StringAlgo there are a number of replace algorithms which can
be used for this.