Lines Matching refs:anchored
926 4. For a non-anchored pattern, if (*SKIP) was given with a name that did not
1048 is a non-match for a non-anchored pattern. For example, if
1267 (^a|^)+ was not marked as anchored.
1372 had alternative anchored branches, the search for a second match in a line
1669 possible starting bytes for non-anchored patterns.
2020 anchored. Updated pcretest and pcredemo to use this option.
3189 lookahead was broken if it was not anchored. PCRE was mistakenly expecting
4393 first character of an anchored pattern as "needed", thus provoking a search
4395 fail. The "needed" character is now not set for anchored patterns, unless it
4398 unlimited repeats, but isn't used for simple anchored patterns such as /^abc/.
4475 alternatives of a regex begin with \G, the expression is anchored to the start
4476 match position, and the "anchored" flag is set in the compiled expression.
4529 non-anchored pattern, and for finding a character that is required later in the
4644 string (for non-anchored patterns). The default limit is, for compatibility, a
5506 anchored patterns when this is possible, and use it if passed to pcre_exec().
5520 4. Set the anchored flag if a branch starts with .* or .*? because that tests