<div dir="ltr">Hi<div>I am using the below to strip &quot;-&quot; from destination numbers, it does work just fine &quot;I replace - with nothing&quot;, what i need to do now is to strip all characters except 0-9 * and #. Is there anyway to do it using the following configuration part </div>

<div><br></div><div><div>  if($rU =~ &quot;.*-.*&quot; )</div><div> {</div><div>                 $rU = $(rU{re.subst,/-//g});</div><div> }</div><div><br></div><div>Regards</div><div><br></div><div><br></div><div dir="ltr">

<div><div><div><div></div></div></div></div></div>
</div></div>