| 62 |
When PCRE is called via these functions, it is only the API that is POSIX-like |
When PCRE is called via these functions, it is only the API that is POSIX-like |
| 63 |
in style. The syntax and semantics of the regular expressions themselves are |
in style. The syntax and semantics of the regular expressions themselves are |
| 64 |
still those of Perl, subject to the setting of various PCRE options, as |
still those of Perl, subject to the setting of various PCRE options, as |
| 65 |
described below. |
described below. "POSIX-like in style" means that the API approximates to the |
| 66 |
|
POSIX definition; it is not fully POSIX-compatible, and in multi-byte encoding |
| 67 |
|
domains it is probably even less compatible. |
| 68 |
</P> |
</P> |
| 69 |
<P> |
<P> |
| 70 |
The header for these functions is supplied as <b>pcreposix.h</b> to avoid any |
The header for these functions is supplied as <b>pcreposix.h</b> to avoid any |