Lines Matching refs:anchored
325 36. The use of \K in a positive lookbehind assertion in a non-anchored pattern
1269 4. For a non-anchored pattern, if (*SKIP) was given with a name that did not
1391 is a non-match for a non-anchored pattern. For example, if
1610 (^a|^)+ was not marked as anchored.
1715 had alternative anchored branches, the search for a second match in a line
2012 possible starting bytes for non-anchored patterns.
2363 anchored. Updated pcretest and pcredemo to use this option.
3532 lookahead was broken if it was not anchored. PCRE was mistakenly expecting
4736 first character of an anchored pattern as "needed", thus provoking a search
4738 fail. The "needed" character is now not set for anchored patterns, unless it
4741 unlimited repeats, but isn't used for simple anchored patterns such as /^abc/.
4818 alternatives of a regex begin with \G, the expression is anchored to the start
4819 match position, and the "anchored" flag is set in the compiled expression.
4872 non-anchored pattern, and for finding a character that is required later in the
4987 string (for non-anchored patterns). The default limit is, for compatibility, a
5849 anchored patterns when this is possible, and use it if passed to pcre_exec().
5863 4. Set the anchored flag if a branch starts with .* or .*? because that tests