Hrvoje Niksic wrote:
Ben Wing <ben(a)666.com> writes:
> btw i also implemented backrefs above 9.
>
> \10 - \99 are backrefs if at least that many non-shy groups have been seen so
> far.
So if there are 10 or more groups, you need to use \010 to get
"backreference 1 followed by character '0'" because \10 means
"backreference 10"?
If so, that should be documented.
that won't work. [and according to perl, \010 is a ^H!]
you'd need to do \1[0].
yes, i'll document this when it's added.
--
ben
I'm sometimes slow in getting around to reading my mail, so if you
want to reach me faster, call 520-661-6661.
See
http://www.666.com/ben/chronic-pain/ for the hell I've been
through.