Re: How to express a math expression in a single regular expression?




"Oliver Wong" <owong@xxxxxxxxxxxxxx> wrote in message
news:%ZEjf.135865$S4.27405@xxxxxxxxxxx
> What if part of the expression inside the array index dereferencing
> contains another array dereferencing?

In case it wasn't clear, I meant something like this:

a[b[3] + c[7], d[2] + e[8]]

- Oliver


.