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