How to use regular expressions to substract all matched strings?
More specifically, I want to generate two variables, one contains all strings begining with AA and ending with BB, the other contains all strings begining with BB and ending with AA
More specifically, I want to generate two variables, one contains all strings begining with AA and ending with BB, the other contains all strings begining with BB and ending with AA
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str41 var1 "AA: ……BB:……AA: ……BB:……AA:" end
Comment