Home | History | Annotate | Download | only in doc

Lines Matching full:substrings

223 substrings. A description of the two matching algorithms and their advantages
231 functions for extracting captured substrings from a subject string that is
1420 substrings by name. It is also possible to extract the data directly, by first
2075 .SS "How \fBpcre_exec()\fP returns captured substrings"
2079 addition, further substrings from the subject may be picked out by parts of the
2083 kinds of parenthesized subpattern that do not cause substrings to be captured.
2085 Captured substrings are returned to the caller via a vector of integers whose
2090 The first two-thirds of the vector is used to pass back captured substrings,
2097 When a match is successful, information about captured substrings is returned
2111 For example, if two substrings have been captured, the returned value is 3. If
2121 substrings are of interest, \fBpcre_exec()\fP may be called with \fIovector\fP
2124 substrings, PCRE has to get additional memory for use during matching. Thus it
2144 \fIovector\fP that will allow for \fIn\fP captured substrings, in addition to
2167 Some convenience functions are provided for extracting the captured substrings
2208 \fBpcre_exec()\fP is not big enough to remember the referenced substrings, PCRE
2451 .SH "EXTRACTING CAPTURED SUBSTRINGS BY NUMBER"
2467 Captured substrings can be accessed directly by using the offsets returned by
2470 \fBpcre_get_substring_list()\fP are provided for extracting captured substrings
2471 as new, separate, zero-terminated strings. These functions identify substrings
2473 substrings.
2486 \fBpcre_exec()\fP, and \fIstringcount\fP is the number of substrings that were
2496 higher values extract the captured substrings. For \fBpcre_copy_substring()\fP,
2512 The \fBpcre_get_substring_list()\fP function extracts all available substrings
2528 substrings.
2541 .SH "EXTRACTING CAPTURED SUBSTRINGS BY NAME"
2633 If you want to get full details of all captured substrings for a given name,
2806 all initial substrings of the longer matches. For example, if the pattern
2821 the number of matched substrings. The substrings themselves are returned in