py regex scan 737677454898102344 code example Example: re python3 import re >>> m = re.search('(?<=abc)def', 'abcdef') >>> m.group(0) 'def'