Lines Matching full:alternative
19 <li><a name="TOC4" href="#SEC4">THE ALTERNATIVE MATCHING ALGORITHM</a>
20 <li><a name="TOC5" href="#SEC5">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a>
21 <li><a name="TOC6" href="#SEC6">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a>
37 An alternative algorithm is provided by the <b>pcre2_dfa_match()</b> function;
38 it operates in a different way, and is not Perl-compatible. This alternative
54 them, whereas the alternative algorithm finds all three.
73 alternative branch at that level. This often involves backing up (moving to the
91 <br><a name="SEC4" href="#TOC1">THE ALTERNATIVE MATCHING ALGORITHM</a><br>
144 supported or behave differently in the alternative matching function. Those
191 the alternative algorithm moves through the subject string one character (not
202 <br><a name="SEC5" href="#TOC1">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a><br>
204 The main advantage of the alternative algorithm is that all possible matches
216 <br><a name="SEC6" href="#TOC1">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a><br>
218 The alternative algorithm suffers from a number of disadvantages: