lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I find it very interesting that your pattern has no "d" in it, yet it
> correctly captures numbers.

What the pattern actually captures is columns separated by whitespace.
The pattern just forces that the columns corresponding to numbers are
the last three ones, and forces that the first field contains the rest
of the line.