Skip to content

Instantly share code, notes, and snippets.

@wicky-andrian
Created April 23, 2020 13:31
Show Gist options
  • Save wicky-andrian/ef4d4bbbbf6ceeb9154b1f5d7635dcf5 to your computer and use it in GitHub Desktop.
Save wicky-andrian/ef4d4bbbbf6ceeb9154b1f5d7635dcf5 to your computer and use it in GitHub Desktop.
Contoh metode string part 5
a = "Java|Ruby|PHP|Python"
puts a
b = a.split("|")
puts "Kelas dari variabel b: #{b.class}"
puts b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment