<div dir="ltr">I ran the following code.<div><br></div><div>---strip special characters<br>area_name = regexp_replace(area_name, '[^\w]+','');<br></div><div><br></div><div>It only stripped away the first bracket - (.  But, it left the closing bracket ).</div><div><br></div><div>I had to run it twice in order to stripped the second.</div><div><br></div><div>Is there a robust way to strip off special characters?<br></div><div><br></div><div>Regards,</div><div><br></div><div>Shao</div></div>