Question: evaluating a string

How do I evaluate a String, ie. cut out the exclamation marks '"' ?

Example: I want

s:="[[1,2,3],[4,5,6]]"

converted to

[[1,2,3],[4,5,6]]

it sound simple but there are way to many 'eval'-functions to gain insight :-(

Please Wait...