Definition:
Back to the main index of this glossary
The precise syntax for using this regex operator is as follows:
expression A (?=expression B)If expression A is matched, Python then looks for expression B. If both expressions are matched, the hit is treated as a single match.
Back to the main index of this glossary

