| 125 |
These items are all just one byte long |
These items are all just one byte long |
| 126 |
|
|
| 127 |
OP_END end of pattern |
OP_END end of pattern |
| 128 |
OP_ANY match any character |
OP_ANY match any one character other than newline |
| 129 |
|
OP_ALLANY match any one character, including newline |
| 130 |
OP_ANYBYTE match any single byte, even in UTF-8 mode |
OP_ANYBYTE match any single byte, even in UTF-8 mode |
| 131 |
OP_SOD match start of data: \A |
OP_SOD match start of data: \A |
| 132 |
OP_SOM, start of match (subject + offset): \G |
OP_SOM, start of match (subject + offset): \G |