Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check text and edit if..
#2
Macro
Code:
Copy      Help
str s="abcd (Ref:efgh)"
str s2
if(findrx(s "^.+ \(Ref:(.+)\)$" 0 0 s2 1)>=0)
,out s2
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)