How to achieve the same effect as powershell rx?
How to achieve the same effect in LA? It seems that Powershell is more elegant in this regard
qm Code:
Macro Macro15
powershell Code:
How to achieve the same effect in LA? It seems that Powershell is more elegant in this regard
qm Code:
Macro Macro15
str t=
;win("Quick Macros - Portable - [Macro14]" "QM_Editor")
str r1=
;(?<=\(".+)-[^"]*"
str r2=
;-"
t.replacerx(r1, r2)
out t
powershell Code: