py string temukan regex pos

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