Can someone assist me in extracting only the "opa" values from this text: [{"value":"opa"},{"value":"opa2"},{"value":"opa3"}], and then setting it to an array using the regex method? The goal is to have array[0]="opa" and array[1]="opa2". Any help would be appreciated.