my string looks like this,
<place id="opt1"><data>data 1-data2 ! data3</data></place>
I'd like to remove space, -, ! from only data element (data 1-data2 ! data3) using regex. Rest of stuff should be as it is (<place id="opt1"><data></data></place>). Any idea?