From:
using perl syntax regex
I want to extract "CQA"
shows "C" for n=1, but no results for higher values.
I'm lost.
Suggestions?
Cheers,
DJ
"(C)ontinue, (Q)uit current batch only or (A)bort all batch processing?"
using perl syntax regex
\((\w{1})\)
I want to extract "CQA"
echo %@REGEXSUB[%n,\((\w{1})\),"(C)ontinue (Q)uit current batch only or (A)bort all batch processing?"]
shows "C" for n=1, but no results for higher values.
I'm lost.
Suggestions?
Cheers,
DJ