Home | History | Annotate | Download | only in html

Lines Matching full:substrings

33 <li><a name="TOC18" href="#SEC18">EXTRACTING CAPTURED SUBSTRINGS BY NUMBER</a>
34 <li><a name="TOC19" href="#SEC19">EXTRACTING CAPTURED SUBSTRINGS BY NAME</a>
263 substrings. A description of the two matching algorithms and their advantages
270 functions for extracting captured substrings from a subject string that is
1448 substrings by name. It is also possible to extract the data directly, by first
2094 substrings
2098 addition, further substrings from the subject may be picked out by parts of the
2102 kinds of parenthesized subpattern that do not cause substrings to be captured.
2105 Captured substrings are returned to the caller via a vector of integers whose
2111 The first two-thirds of the vector is used to pass back captured substrings,
2119 When a match is successful, information about captured substrings is returned
2134 For example, if two substrings have been captured, the returned value is 3. If
2146 substrings are of interest, <b>pcre_exec()</b> may be called with <i>ovector</i>
2149 substrings, PCRE has to get additional memory for use during matching. Thus it
2171 <i>ovector</i> that will allow for <i>n</i> captured substrings, in addition to
2198 Some convenience functions are provided for extracting the captured substrings
2238 <b>pcre_exec()</b> is not big enough to remember the referenced substrings, PCRE
2467 <br><a name="SEC18" href="#TOC1">EXTRACTING CAPTURED SUBSTRINGS BY NUMBER</a><br>
2483 Captured substrings can be accessed directly by using the offsets returned by
2486 <b>pcre_get_substring_list()</b> are provided for extracting captured substrings
2487 as new, separate, zero-terminated strings. These functions identify substrings
2489 substrings.
2504 <b>pcre_exec()</b>, and <i>stringcount</i> is the number of substrings that were
2515 higher values extract the captured substrings. For <b>pcre_copy_substring()</b>,
2532 The <b>pcre_get_substring_list()</b> function extracts all available substrings
2549 substrings.
2562 <br><a name="SEC19" href="#TOC1">EXTRACTING CAPTURED SUBSTRINGS BY NAME</a><br>
2652 If you want to get full details of all captured substrings for a given name,
2812 substrings of the longer matches. For example, if the pattern
2827 the number of matched substrings. The substrings themselves are returned in