Skip to content

Instantly share code, notes, and snippets.

@thomasbiddle
Created July 31, 2013 23:57
Show Gist options
  • Save thomasbiddle/b95c56b356bee18f6a99 to your computer and use it in GitHub Desktop.
Save thomasbiddle/b95c56b356bee18f6a99 to your computer and use it in GitHub Desktop.
1.9.3p194 :008 > 'test'.index('e')
=> 1
1.9.3p194 :009 > 'test'.rindex('e')
=> 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment