Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

py string find regex pos

import re
re.search('o{3}', 'Python is slooow!').start()	# 12
 
PREVIOUS NEXT
Tagged: #py #string #find #regex #pos
ADD COMMENT
Topic
Name
5+6 =