If I understand TR18 correctly, it would match only octal digits. All the examples in TR18 show additional brackets or give whitespace to help make things clear.
Union binds tighter than intersection, which binds tighter than subtraction, so [\d-89] is the same as [\d-[89]].
_____________________________________________________
Jeff[japhy]Pinyan:
Perl,
regex,
and perlhacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;
Comment on Re: Re: Re: Why does \w include numbers and underscore?