mw 发帖数: 525 | 1 I have tried Boost.RegEx for a while, it seems that this lib compromised a
lot of 'readability' to be compatible with Boost and generic programming
philosophy.
can anyone suggest a light weight, easy to use C++ regexp library?
thanks |
c********g 发帖数: 54 | 2 Boost regex is easy to use. why not spend a little bit more time on it...
【在 mw 的大作中提到】 : I have tried Boost.RegEx for a while, it seems that this lib compromised a : lot of 'readability' to be compatible with Boost and generic programming : philosophy. : can anyone suggest a light weight, easy to use C++ regexp library? : thanks
|
y***n 发帖数: 1594 | 3 I remember it has a couple of good examples too. True it heavily depends on
generics. |
mw 发帖数: 525 | 4 ok, seems that boost is really popular here,
I will spend more time on it
thanks a lot !
【在 c********g 的大作中提到】 : Boost regex is easy to use. why not spend a little bit more time on it...
|
y******e 发帖数: 203 | 5 boost::regex is pretty good |