4 |
PCRE is a library of functions to support regular expressions whose syntax |
PCRE is a library of functions to support regular expressions whose syntax |
5 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
6 |
|
|
7 |
Release 5 of PCRE is distributed under the terms of the "BSD" licence, as |
Release 6 of PCRE is distributed under the terms of the "BSD" licence, as |
8 |
specified below. The documentation for PCRE, supplied in the "doc" |
specified below. The documentation for PCRE, supplied in the "doc" |
9 |
directory, is distributed under the same terms as the software itself. |
directory, is distributed under the same terms as the software itself. |
10 |
|
|
11 |
Written by: Philip Hazel <ph10@cam.ac.uk> |
The basic library functions are written in C and are freestanding. Also |
12 |
|
included in the distribution is a set of C++ wrapper functions. |
13 |
|
|
14 |
|
|
15 |
|
THE BASIC LIBRARY FUNCTIONS |
16 |
|
--------------------------- |
17 |
|
|
18 |
|
Written by: Philip Hazel |
19 |
|
Email local part: ph10 |
20 |
|
Email domain: cam.ac.uk |
21 |
|
|
22 |
University of Cambridge Computing Service, |
University of Cambridge Computing Service, |
23 |
Cambridge, England. Phone: +44 1223 334714. |
Cambridge, England. Phone: +44 1223 334714. |
24 |
|
|
25 |
Copyright (c) 1997-2004 University of Cambridge |
Copyright (c) 1997-2005 University of Cambridge |
26 |
|
All rights reserved. |
27 |
|
|
28 |
|
|
29 |
|
THE C++ WRAPPER FUNCTIONS |
30 |
|
------------------------- |
31 |
|
|
32 |
|
Contributed by: Google Inc. |
33 |
|
|
34 |
|
Copyright (c) 2005, Google Inc. |
35 |
All rights reserved. |
All rights reserved. |
36 |
|
|
37 |
|
|
38 |
|
THE "BSD" LICENCE |
39 |
|
----------------- |
40 |
|
|
41 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
42 |
modification, are permitted provided that the following conditions are met: |
modification, are permitted provided that the following conditions are met: |
43 |
|
|
48 |
notice, this list of conditions and the following disclaimer in the |
notice, this list of conditions and the following disclaimer in the |
49 |
documentation and/or other materials provided with the distribution. |
documentation and/or other materials provided with the distribution. |
50 |
|
|
51 |
* Neither the name of the University of Cambridge nor the names of its |
* Neither the name of the University of Cambridge nor the name of Google |
52 |
contributors may be used to endorse or promote products derived from |
Inc. nor the names of their contributors may be used to endorse or |
53 |
this software without specific prior written permission. |
promote products derived from this software without specific prior |
54 |
|
written permission. |
55 |
|
|
56 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
57 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |