Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Perl Regular Expressions / C++

by JojoLinkyBob (Scribe)
on May 02, 2001 at 03:51 UTC ( [id://77186]=perlquestion: print w/replies, xml ) Need Help??

JojoLinkyBob has asked for the wisdom of the Perl Monks concerning the following question:

What's the best, free C++ library for handling regular expressions w/ a Perl-like interface?
For Example:
does_match(myStr,"m/^[A-Z]+/g")

I've done a lot of web-searching, but haven't really struck gold.
Thanks in advance,
Desert coder

Replies are listed 'Best First'.
(Ovid - OT) Re: Perl Regular Expressions / C++
by Ovid (Cardinal) on May 02, 2001 at 04:05 UTC

    Well, it's not really a Perl question, but I'll give you the benefit of the doubt :)

    I don't know of the best regex package for C++, but I understand that you can find two of them here and here.

    Cheers,
    Ovid

    Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

Re: Perl Regular Expressions / C++
by AgentM (Curate) on May 02, 2001 at 04:18 UTC
    perlembed fully supports regular expressions via its match, substitute, and friends functions. This requires, of course, that you have a fully initialized perl interpreter. The perlembed docs are very clear on this functionality, so they're definitely worth reading,
    AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://77186]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found