String search library

A

alexhong2001

Can someone recommend a string search library in C++ if it available?

Features expected:
1. works in VC++ and Windows.
2. does regular expression and multi-string search.
3. thread-safe.

Thanks for your comments!
 
J

Jonathan Turkanis

alexhong2001 said:
Can someone recommend a string search library in C++ if it available?

Features expected:
1. works in VC++ and Windows.
2. does regular expression and multi-string search.
3. thread-safe.

Thanks for your comments!

Boost.Regex is an excellent portable C++ regular expression library.
It has been proposed (and tentatively accepted) for inclusion in the
next standard, with some relatively small changes.

See http://www.boost.org/libs/regex/doc/index.html.

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,291
Messages
2,571,453
Members
48,137
Latest member
IndiraMcCo

Latest Threads

Top