Lines Matching refs:anchored
574 ment for a non-anchored pattern. There is more detail about this in the
885 can take place. For patterns that are not anchored, the count restarts
1189 If this bit is set, the pattern is forced to be "anchored", that is, it
1408 mization is not disabled, such a pattern is automatically anchored if
1668 A pattern compiled without PCRE2_ANCHORED is automatically anchored by
1687 For patterns that are auto-anchored, the PCRE2_ANCHORED bit is set in
1716 In the absence of a single first code unit for a non-anchored pattern,
1728 a non-anchored pattern. The third argument should point to an uint32_t
1734 returned. Otherwise, and for anchored patterns, 0 is returned.
1777 retrieved using PCRE2_INFO_LASTCODEUNIT. For anchored patterns, a last
2097 If a non-zero starting offset is passed when the pattern is anchored,
2120 turned out to be anchored by virtue of its contents, it cannot be made
2160 subject is permitted. If the pattern is anchored, such a match can
3760 any character, the pattern is automatically anchored. If PCRE2_DOTALL
3779 ject. In other words, the pattern is anchored. You can disable this
3901 modified starting point. If the pattern is not anchored, the callout
4099 | characters. Note that such subpatterns are processed as anchored at
4215 anchored, matching attempts may take place many times at various posi-
5298 alternative. There is no problem with anchored patterns or patterns
6217 anchored to the starting match position, and the "anchored" flag is set
6244 ject, it is said to be an "anchored" pattern. (There are also other
6245 constructs that can cause a pattern to be anchored.)
6270 Consequently, patterns that are anchored in single line mode because
6271 all branches start with ^ are not anchored in multiline mode, and a
6286 start with \A it is always anchored, whether or not PCRE2_MULTILINE is
6967 lines, the pattern is implicitly anchored, because whatever follows
6985 ter. For this reason, such a pattern is not implicitly anchored.
7047 would match, if anchored at the current point in the subject string.
8174 any other way. In an anchored pattern (*PRUNE) has the same effect as
8475 option is set, the pattern is implicitly anchored by PCRE2, since it
9648 so only if the pattern is not anchored.