Lines Matching full:just
115 Matches the end of the string or just before the newline at the end of the
120 a single ``$`` in ``'foo\n'`` will find two (empty) matches: one just before
135 match just 'a'.
152 string, and not just ``'<a>'``. Adding ``?`` after the quantifier makes it
400 regular expression. A symbolic group is also a numbered group, just as if
547 ``\B`` is just the opposite of ``\b``, so word characters in Unicode
938 Non-empty matches can now start just after a previous empty match.
949 Non-empty matches can now start just after a previous empty match.
1131 of the string and at positions just after a newline, but not necessarily at the
1686 :func:`findall` matches *all* occurrences of a pattern, not just the first