Q. Which method is used to split a string into substrings based on a regular expression in Ruby?
β
Correct Answer: (C)
String#split
You must be Logged in to update hint/solution