Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python find first char index from a string stackoverflow

>>> s = "the dude is a cool dude"
>>> s.find('dude')
4
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #find #char #index #string #stackoverflow
ADD COMMENT
Topic
Name
3+4 =