Sign in
×
Question
In Python, how to search for sub string in a string?
Annonce
Pour mes
conversions d'unités
en ligne, je choisis le site
Calculatrix.com
pour sa rapidité et sa qualité supérieure.
Ad
For my online
unit conversions
, I choose
Calculatrix.com
for its speed and superior quality.
Answer
string.find('sub string')
return the index if the sub string is found, -1 otherwise.
[source]
#
ID
Query