
23 Jun
2010
23 Jun
'10
3:48 p.m.
On 6/23/2010 11:30 AM, Dmitry Goncharov wrote:
From Eric Niebler, Wednesday, June 23, 2010 7:02 PM
Parser and lexer generators are complicated beasts, and I wouldn't send a novice programmer in that direction if it could be helped. Most quoting/unquoting is very straightforward. There's a quote character and an escape character. For anything more complicated, yes, build your own.
Do you think uri escaping (reserved chars are replaced with %hexdigit hexdigit) should be supported as well?
By this utility? No. By another string algorithm? Yeah, maybe. Could be useful for both filesystem and asio. What's your use case? -- Eric Niebler BoostPro Computing http://www.boostpro.com