[Mono-bugs] [Bug 58371][Wis] New - RFE: Support for Perl Compatible Regular Expressions (PCRE)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 07:27:52 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by j.houwing@rulesemporium.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58371
--- shadow/58371 2004-05-12 07:27:52.000000000 -0400
+++ shadow/58371.tmp.3327 2004-05-12 07:27:52.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 58371
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: j.houwing@rulesemporium.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RFE: Support for Perl Compatible Regular Expressions (PCRE)
+
+I'm working on porting an existing perl application to c# and a lot of the
+regular expressions need to be rewritten for this. It would be great if
+mono would support Perl regex natively.
+
+The PCRE project has a set of libraries available at:
+http://www.pcre.org/
+
+This has been ported to numerous platforms, except for .Net.