underscore star
Posted: Tue Oct 05, 2010 1:51 am
is _* a purely textpad feature? I haven't seen in it in regex tutorials
is it the same as a positive lookbehind of .*?
I can see it matches characters and leaves them there in any replace..useful..saves me from having to capture and reference, so as to keep it.
is it the same as a positive lookbehind of .*?
I can see it matches characters and leaves them there in any replace..useful..saves me from having to capture and reference, so as to keep it.