Skip to content

Instantly share code, notes, and snippets.

@poros
Created October 4, 2015 13:45
Show Gist options
  • Save poros/bd958626de1df3af1ae6 to your computer and use it in GitHub Desktop.
Save poros/bd958626de1df3af1ae6 to your computer and use it in GitHub Desktop.
Find a substring is in a string
'lmnop' in 'abcdefghijklmnopqrstuvwxyz'
index = 'python'.find('on') # 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment