Y
Hacker News
new
|
ask
|
show
|
jobs
by
lightknight
4765 days ago
So...on the off-chance that the default SDKs for Java / .Net do not implement this natively, anyone have a link to some (preferably free) libraries that do make use of this implementation?
1 comments
stefantalpalaru
4765 days ago
http://www.pcre.org/
link
gizzlon
4764 days ago
How Perl-compatible is pcre nowadays? Does it implement all the regular expression features in Perl?
link
stefantalpalaru
4764 days ago
The Perl 5 compatibility is good. Here's a list of the differences:
http://www.gsp.com/cgi-bin/man.cgi?topic=pcrecompat
link