How to split a string in Ruby and get all items except the first one?

前端 未结 9 1926
日久生厌
日久生厌 2021-01-31 06:47

String is ex=\"test1, test2, test3, test4, test5\"

when I use

ex.split(\",\").first

it returns

\"test1\"
         


        
9条回答
提交回复
热议问题