1423 |
.P |
.P |
1424 |
When a match is successful, information about captured substrings is returned |
When a match is successful, information about captured substrings is returned |
1425 |
in pairs of integers, starting at the beginning of \fIovector\fP, and |
in pairs of integers, starting at the beginning of \fIovector\fP, and |
1426 |
continuing up to two-thirds of its length at the most. The first element of |
continuing up to two-thirds of its length at the most. The first element of |
1427 |
each pair is set to the byte offset of the first character in a substring, and |
each pair is set to the byte offset of the first character in a substring, and |
1428 |
the second is set to the byte offset of the first character after the end of a |
the second is set to the byte offset of the first character after the end of a |
1429 |
substring. \fBNote\fP: these values are always byte offsets, even in UTF-8 |
substring. \fBNote\fP: these values are always byte offsets, even in UTF-8 |