I am interested to know what libraries people use for regular expressions in C++? I've read about Boost, but has anyone tried it? Or does anyone have any other recommendations?
regular expressions
Started by Lop, Sep 14 2008 08:09 PM
5 replies to this topic
#1
Posted 14 September 2008 - 08:09 PM
|
|
|
#2
Posted 14 September 2008 - 08:28 PM
Size does matter for science and its laws changes accordingly.
[SIGPIC][/SIGPIC]
An C
[SIGPIC][/SIGPIC]
An C
#3
Posted 15 September 2008 - 06:39 AM
I have used boost for regular expressions in C++, and I've found it is helpful, but I don't like Regex that well :P
#4
Posted 15 September 2008 - 08:32 AM
I've looked briefly at Boost Regex, but not in depth. From what I've seen, it should meet all your needs, however.
#5
Posted 15 September 2008 - 04:17 PM
morefood2001 said:
I have used boost for regular expressions in C++, and I've found it is helpful, but I don't like Regex that well :P
Not many people are fans of regular expressions, but sometimes they are necessary.
Thanks for the input, I suppose I will give boost a try.
#6
Posted 16 September 2008 - 07:38 AM
Regular expressions have a learning curve, but can be VERY powerful. I've used them to identify duplicate data in the CSV output of a table, for example.


Sign In
Create Account


Back to top









