Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created July 15, 2013 09:29
Show Gist options
  • Select an option

  • Save shigemk2/5998642 to your computer and use it in GitHub Desktop.

Select an option

Save shigemk2/5998642 to your computer and use it in GitHub Desktop.
str = 'chapter01_hoge'
print str[0:8] # chapter0
str = 'chapter02_fuga'
print 'chapter0' in str # True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment