Lines Matching refs:partial
12 iterator [regex_iterator]. When used it indicates that partial as
13 well as full matches should be found. A partial match is one that
28 [[Partial match][True][False][Start of partial match.][End of partial match (end of text).]]
32 Be aware that using partial matches can sometimes result in somewhat
35 * There are some expressions, such as ".\*abc" that will always produce a partial match. This prob…
36 …to full matches, so for example matching "abc|b" against "ab" produces a partial match against the…
37 …ions where full matches are found even though partial matches are also possible: for example if th…
61 // return false for partial match, true for full match, or throw for
76 // what we have so far is only a partial match...
83 part at a time, if a partial match was encountered, then the partial match
101 // saved position of end of partial match: