Lines Matching refs:beginning
52 "^" to match only at the beginning of the string and "$" to match
101 ^ Match the beginning of the line
109 beginning of the string, the "$" character only the end (or before the
367 \A Match only at beginning of string
376 beginning and end of the string as matching a C<\W>. (Within
739 (anchored at the beginning of string, as above) will match I<all>
740 characters C<a> at the beginning of string, leaving no C<a> for
857 match, not just part of it. So if the beginning of a pattern containing a
859 fail, the matching engine backs up and recalculates the beginning
871 finds a possible match right at the beginning of the string, and loads up
1018 matches only if you're at the beginning of the line AND the end of the
1099 ("(", "[", or the beginning of the pattern) up to the first "|", and
1165 The C<o?> can match at the beginning of C<'foo'>, and since the position