Py String trouve Regex Pos

import re
re.search('o{3}', 'Python is slooow!').start()	# 12
garzj