mysql returns the following string: ["Element1", "Element2", "Element3", "Element4", "Element5", "Element6"]
I need to transform each of the words between "" into an element of an array. I tried from the preg_split and preg_match_all functions but could not get the correct regular expression.