Home | History | Annotate | Download | only in doc

Lines Matching full:alternative

18 An alternative algorithm is provided by the \fBpcre2_dfa_match()\fP function;
19 it operates in a different way, and is not Perl-compatible. This alternative
34 them, whereas the alternative algorithm finds all three.
57 alternative branch at that level. This often involves backing up (moving to the
73 .SH "THE ALTERNATIVE MATCHING ALGORITHM"
116 supported by the alternative matching algorithm. They are as follows:
152 the alternative algorithm moves through the subject string one character (not
159 .SH "ADVANTAGES OF THE ALTERNATIVE ALGORITHM"
162 Using the alternative matching algorithm provides the following advantages:
169 2. Because the alternative algorithm scans the subject string just once, and
182 .SH "DISADVANTAGES OF THE ALTERNATIVE ALGORITHM"
185 The alternative algorithm suffers from a number of disadvantages: