regex match specific index python code example Example: py string find regex pos Click to copyimport re re.search('o{3}', 'Python is slooow!').start() # 12