I write the reg:^[>\s]*(.{2,12})$ and choose the color option is red.
when the output is :
abcdef
the reg can work the %1='abcdef';
but sometime it display
> abcdef
the reg can't work. The text abcdef is red color and > is white.
How can I pick the correct text I need.
Oh, It doesn't work on second output when I change the reg to (.{2,12})$ or .*
Does it work only with the text in whole line all is red?
Thank you.
when the output is :
abcdef
the reg can work the %1='abcdef';
but sometime it display
> abcdef
the reg can't work. The text abcdef is red color and > is white.
How can I pick the correct text I need.
Oh, It doesn't work on second output when I change the reg to (.{2,12})$ or .*
Does it work only with the text in whole line all is red?
Thank you.