| 46 |
This set of functions provides a POSIX-style API to the PCRE regular expression |
This set of functions provides a POSIX-style API to the PCRE regular expression |
| 47 |
package. See the |
package. See the |
| 48 |
<a href="pcreapi.html"><b>pcreapi</b></a> |
<a href="pcreapi.html"><b>pcreapi</b></a> |
| 49 |
documentation for a description of PCRE's native API, which contains additional |
documentation for a description of PCRE's native API, which contains much |
| 50 |
functionality. |
additional functionality. |
| 51 |
</P> |
</P> |
| 52 |
<P> |
<P> |
| 53 |
The functions described here are just wrapper functions that ultimately call |
The functions described here are just wrapper functions that ultimately call |
| 95 |
The argument <i>cflags</i> is either zero, or contains one or more of the bits |
The argument <i>cflags</i> is either zero, or contains one or more of the bits |
| 96 |
defined by the following macros: |
defined by the following macros: |
| 97 |
<pre> |
<pre> |
| 98 |
|
REG_DOTALL |
| 99 |
|
</pre> |
| 100 |
|
The PCRE_DOTALL option is set when the expression is passed for compilation to |
| 101 |
|
the native function. Note that REG_DOTALL is not part of the POSIX standard. |
| 102 |
|
<pre> |
| 103 |
REG_ICASE |
REG_ICASE |
| 104 |
</pre> |
</pre> |
| 105 |
The PCRE_CASELESS option is set when the expression is passed for compilation |
The PCRE_CASELESS option is set when the expression is passed for compilation |
| 208 |
</P> |
</P> |
| 209 |
<br><a name="SEC8" href="#TOC1">AUTHOR</a><br> |
<br><a name="SEC8" href="#TOC1">AUTHOR</a><br> |
| 210 |
<P> |
<P> |
| 211 |
Philip Hazel <ph10@cam.ac.uk> |
Philip Hazel |
| 212 |
<br> |
<br> |
| 213 |
University Computing Service, |
University Computing Service, |
| 214 |
<br> |
<br> |
| 215 |
Cambridge CB2 3QG, England. |
Cambridge CB2 3QG, England. |
| 216 |
</P> |
</P> |
| 217 |
<P> |
<P> |
| 218 |
Last updated: 07 September 2004 |
Last updated: 28 February 2005 |
| 219 |
<br> |
<br> |
| 220 |
Copyright © 1997-2004 University of Cambridge. |
Copyright © 1997-2005 University of Cambridge. |
| 221 |
<p> |
<p> |
| 222 |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |
| 223 |
</p> |
</p> |