From: Josselin Date: 2007-01-28T19:15:13+09:00 Subject: string into array I have the following string id = "(48.88689971942316, 2.3380279541015625)" is there any method to transform directly into an array [48.88689971942316, 2.3380279541015625] or should extract both parts and create the array (what I did.. but not very DRY) tfyl joss