How do I use Regex substitution?
Replaces the specified "(" with a newline character and removes all non-Chinese and non-numeric characters. d试1(-是23(a文字789(+内c容4$3
txt="d试1(-是23(a文字789(+内c容4$3";
na=Regex(txt, ?? );
Thanks!