replace all

replace all

I would like to be able to replace the quotes in a string.  For example if the input for Description is 4" cap I would like to

on success
replace the "
with (in)

I have tried  <variable>=Description.replaceAll(""","in") ;
and receive the error  Improper statement.

Is there a way to replace the "