I am parsing a file that has lines such as
type(\"book\") title(\"golden apples\") pages(10-35 70 200-234) comments(\"good read\")
And I want to split
Split on ") " and add a ) back to each element except the last.
") "
)