• Home
  • Raw
  • Download

Lines Matching refs:substrings

502        return  captured  substrings.  A  description of the two matching algo-
508 convenience functions for extracting captured substrings from a subject
1965 subject and any substrings that were captured. This is know as the
1975 three captured substrings. A minimum of at least 1 pair is imposed by
1986 right size to hold all the substrings a pattern might capture. The sec-
2268 addition, further substrings from the subject may be picked out by
2273 other kinds of parenthesized subpattern that do not cause substrings to
2277 You can use auxiliary functions for accessing captured substrings by
2303 pair that has been set. For example, if two substrings have been cap-
2319 zero. If captured substrings are not of interest, pcre2_match() may be
2322 ovector is not big enough to remember the related substrings, PCRE2 has
2477 enough to remember the referenced substrings, PCRE2 gets a block of
2537 Captured substrings can be accessed directly by using the ovector as
2539 extracting captured substrings as new, separate, zero-terminated
2544 The functions in this section identify substrings by number. The number
2546 ring to substrings captured by parenthesized groups. After a partial
2549 describes similar functions for extracting captured substrings by name.
2644 PCRE2_UNSET for unset substrings, or by calling pcre2_sub-
2918 If you want to get full details of all captured substrings for a given
3048 matches are all initial substrings of the longer matches. For example,
3064 which is the number of matched substrings. The offsets of the sub-
3070 Calls to the convenience functions that extract substrings by name
3072 after a DFA match. The convenience functions that extract substrings by
3891 in order to extract substrings that have been matched so far, in the
3892 same way as for extracting substrings after a match has completed. For
3910 no substrings have been captured, the value of capture_top is one. This
3912 support captured substrings.
3917 substrings. If no substrings have been captured, the value of cap-
4063 6. PCRE2 does support the \Q...\E escape for quoting substrings. Char-
4816 is not straightforward to keep track of captured substrings for the
4821 3. Because no substrings are captured, back references within the pat-
4862 rithm, by retaining partially matched substrings, it is more compli-
5114 matched substrings. The remaining four strings do not match the com-
6148 not interfere with the setting of captured substrings. For example,
6691 the captured substrings are "red king", "red", and "king", and are num-
6704 the captured substrings are "white queen" and "queen", and are numbered
6809 There are five capturing substrings, but only one is ever set after a
7096 matches an unlimited number of substrings that either consist of non-
7638 substrings which can either be a sequence of non-parentheses, or a
8610 match_t for returning captured substrings. It also defines some con-
8776 captured substrings, are returned via the pmatch argument, which points