Link to home
Start Free TrialLog in
Avatar of sgrobins
sgrobins

asked on

Code for Perl's regular expressions in C++

Is there C++ code out there that does the function of perl regular expressions?  I have looked everywhere and cannot find any.  Just curious if anybody has such an item.

Thanks,
Shawn
Avatar of ozo
ozo
Flag of United States of America image

Have you looked here?
http://language.perl.com/CPAN/src/latest.tar.gz

(You may also want to delete one of your two identical questions)
Avatar of jos010697
jos010697

If you're looking for _exactly_ the same functionality, ozo's comment is the way
to go (shouldn't that be an 'answer' ozo? ;-) otherwise, you might have a look
at Henry Spencer's regexp package. GNU offers a quite good substitute for
'regexp' or 'regcomp' too ...

kind regards,

Jos aka jos@and.nl
ASKER CERTIFIED SOLUTION
Avatar of alexo
alexo
Flag of Antarctica image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial