[Pcre-svn] [1503] code/trunk/README: Add comment about anoth…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1503] code/trunk/README: Add comment about another C++ wrapper.
Revision: 1503
          http://vcs.pcre.org/viewvc?view=rev&revision=1503
Author:   ph10
Date:     2014-09-24 10:09:40 +0100 (Wed, 24 Sep 2014)


Log Message:
-----------
Add comment about another C++ wrapper.

Modified Paths:
--------------
    code/trunk/README


Modified: code/trunk/README
===================================================================
--- code/trunk/README    2014-09-15 13:56:18 UTC (rev 1502)
+++ code/trunk/README    2014-09-24 09:09:40 UTC (rev 1503)
@@ -45,14 +45,16 @@
 32-bit library, which processes strings of 32-bit values. The distribution also
 includes a set of C++ wrapper functions (see the pcrecpp man page for details),
 courtesy of Google Inc., which can be used to call the 8-bit PCRE library from
-C++.
+C++. Other C++ wrappers have been created from time to time. See, for example:
+https://github.com/YasserAsmi/regexp, which aims to be simple and similar in
+style to the C API.


-In addition, there is a set of C wrapper functions (again, just for the 8-bit
-library) that are based on the POSIX regular expression API (see the pcreposix
-man page). These end up in the library called libpcreposix. Note that this just
-provides a POSIX calling interface to PCRE; the regular expressions themselves
-still follow Perl syntax and semantics. The POSIX API is restricted, and does
-not give full access to all of PCRE's facilities.
+The distribution also contains a set of C wrapper functions (again, just for
+the 8-bit library) that are based on the POSIX regular expression API (see the
+pcreposix man page). These end up in the library called libpcreposix. Note that
+this just provides a POSIX calling interface to PCRE; the regular expressions
+themselves still follow Perl syntax and semantics. The POSIX API is restricted,
+and does not give full access to all of PCRE's facilities.

The header file for the POSIX-style functions is called pcreposix.h. The
official POSIX name is regex.h, but I did not want to risk possible problems
@@ -988,4 +990,4 @@
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 17 January 2014
+Last updated: 24 October 2014