input : note_description = 'test @8:57am', patient_id = '009876', note_updated_by = '1009876549087', note_update_date = '2022-07-13 09:45:49' where note_id = '639'
output1 : note_description = ?, patient_id = ?, note_updated_by = ? , note_update_date = ? where note_id = ?
output2 : ['test @8:57am' , '009876' ,'1009876549087' , '2022-07-13 09:45:49' , '639' ]
i want to replace the text with quotes in a string with a special character and push the values in to array replaced in to a array