Lines Matching full:possible
44 When there is only one possible way in which a given subject string can match a
54 there are three possible answers. The standard algorithm finds only one of
81 the algorithm stops. Thus, if there is more than one possible match, this
112 Thus, if there is more than one possible match, this algorithm finds all of
133 DFA matching, this means that only one possible match is found. If you really
142 1. Because the algorithm finds all possible matches, the greedy or ungreedy
193 1. All possible matches (at a single point in the subject) are automatically
200 never needs to backtrack (except for lookbehinds), it is possible to pass very
202 partial matching each time. Although it is possible to do multi-segment
215 because it has to search for all possible matches, but is also because it is