由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - which Regular Expression lib in C++ do you prefer?
相关主题
这里的人用BOOST都是用来做什么?有没有办法让一个类的变量只读,不是const?
谈一谈计算机程序里那些边边角角的skills请教基本的时间输入的问题C++
parsing file in node: js or python ?what is the most efficient way to trim a string in C++?
good C++ open source project?[help] how do I improve my coding quality?
C怪问题一个数八皇后解法数目:python只要9行
code swarm (video)单开主题:为何痛恨python
[合集] Returning heavy weight object in C++ functionC++11的lambda不会破坏可读性吗?
perl or python?Java的readability不佳 (转载)
相关话题的讨论汇总
话题: c++话题: lib话题: regular话题: expression话题: boost
进入Programming版参与讨论
1 (共1页)
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
1 (共1页)
进入Programming版参与讨论
相关主题
Java的readability不佳 (转载)C怪问题一个
c# 3 很强大code swarm (video)
ZT:C++未来断想[合集] Returning heavy weight object in C++ function
C++中如何处理日期时间?perl or python?
这里的人用BOOST都是用来做什么?有没有办法让一个类的变量只读,不是const?
谈一谈计算机程序里那些边边角角的skills请教基本的时间输入的问题C++
parsing file in node: js or python ?what is the most efficient way to trim a string in C++?
good C++ open source project?[help] how do I improve my coding quality?
相关话题的讨论汇总
话题: c++话题: lib话题: regular话题: expression话题: boost