Skip to content

Instantly share code, notes, and snippets.

@MelanieS
Created November 30, 2022 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MelanieS/19d9531bd12b654281843d7cf67f6338 to your computer and use it in GitHub Desktop.
Save MelanieS/19d9531bd12b654281843d7cf67f6338 to your computer and use it in GitHub Desktop.
string = "This is a Ruby tutorial."
# This returns the index where the 1st instance of i occurs
string.index('i')
# This code returns 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment