| 49 |
The options are: |
The options are: |
| 50 |
<pre> |
<pre> |
| 51 |
PCRE_ANCHORED Match only at the first position |
PCRE_ANCHORED Match only at the first position |
| 52 |
|
PCRE_NEWLINE_CR Set CR as the newline sequence |
| 53 |
|
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
| 54 |
|
PCRE_NEWLINE_LF Set LF as the newline sequence |
| 55 |
PCRE_NOTBOL Subject is not the beginning of a line |
PCRE_NOTBOL Subject is not the beginning of a line |
| 56 |
PCRE_NOTEOL Subject is not the end of a line |
PCRE_NOTEOL Subject is not the end of a line |
| 57 |
PCRE_NOTEMPTY An empty string is not a valid match |
PCRE_NOTEMPTY An empty string is not a valid match |