I am working on a macro in TextPad
. I want to select multiple lines of data between two stars. For example:
abc
*
cvb
vvnbj
vnbvn
*
cvb
I want to select the three lines between two stars. How we can select these using regular expression in TextPad
?