Skip to content

Instantly share code, notes, and snippets.

@wicky-andrian
Created April 22, 2020 12:25
Show Gist options
  • Save wicky-andrian/c25835224efb9caf4db30ce246040e29 to your computer and use it in GitHub Desktop.
Save wicky-andrian/c25835224efb9caf4db30ce246040e29 to your computer and use it in GitHub Desktop.
Contoh metode string part 5
a = "Ruby"
puts "metode index()"
puts a.index('y')
puts "metode rindex()"
puts a.rindex('y')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment