Home | History | Annotate | Download | only in html

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
90 <br><a name="SEC4" href="#TOC1">THE ALTERNATIVE MATCHING ALGORITHM</a><br>
137 supported by the alternative matching algorithm. They are as follows:
180 the alternative algorithm moves through the subject string one character (not
187 <br><a name="SEC5" href="#TOC1">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a><br>
189 Using the alternative matching algorithm provides the following advantages:
198 2. Because the alternative algorithm scans the subject string just once, and
208 <br><a name="SEC6" href="#TOC1">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a><br>
210 The alternative algorithm suffers from a number of disadvantages: