Thanks for your help.
The result of the following example is wrong
Macro Macro21
Using the following powershell code, the result is always correct, But the execution speed is too slow
The result of the following example is wrong
Macro Macro21
_s=
;xzc abc(s "(abc)"); dfg()
str pattern="abc[-\(].*?[-\)]"
_s.replacerx(pattern)
out _s
Using the following powershell code, the result is always correct, But the execution speed is too slow