开发者

Boost regular expressions [closed]

开发者 https://www.devze.com 2022-12-20 23:51 出处:网络
Closed. This qu开发者_如何学Goestion does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This qu开发者_如何学Goestion does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question

Does anyone know of any good tutorials on regular expressions using boost? I have been searching for a decent one, but it seems most are for people who know a little about regular expressions


You may want to look at sections 23.6, 23.7, 23.8, and 23.9 (pp. 830-849) of Bjarne's Stroustrup's new book: Programming: Principles and Practice using C++

Just like the rest of the book, these sections are very pedagogical and assume essentially zero background on regular expressions.


I always find the O'Reilly articles to be pretty helpful for many things. You could give this a try. If the problem is that you're not too familiar with regular expressions, I'd read this site for a primer on Regexes. Pay close attention to the Perl section, as many systems, including Boost, commonly support Perl-compatible Regexes.

Once you understand the basics, go for either the Boost docs or the aforementioned O'Reilly guide.

0

精彩评论

暂无评论...
验证码 换一张
取 消