lua-users home
lua-l archive

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


> Just looking for a clarification of the \z escape in strings. The
> ref manual says it eats all the following whitespace characters in
> the string. By "whitespace" does it mean whitespace BEFORE or AFTER
> converting other escapes? In other words, does it swallow "\\x20" and
> "\t" ??

If it did, we would be able to write "a" as "\x\x36\x31" :)

-- Roberto