Lines Matching refs:matched
356 times the atom can be matched. Example: "a*" matches any sequence of "a"
541 |/\1| \1 \1 same string as matched by first \(\)
553 |/\%[]| \%[] \%[] a sequence of optionally matched atoms
595 matched and in what way. This is called a multi. See |/multi| for an
678 "bar" matched.
1067 character is matched.
1075 \1 Matches the same string that was matched by */\1* *E65*
1082 in the pattern (going left to right), NOT based on what is matched
1108 end-of-line is also matched when the collection starts with "^"! Thus
1176 - An equivalence class. This means that characters are matched that
1218 \%[] A sequence of optionally matched atoms. This always matches.
1463 matched string, other characters can be present between two consecutive
1465 each word is matched separately. So the words in the search string can be
1468 Fuzzy matching assigns a score for each matched string based on the following