lua-users home
lua-l archive

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


In the documentation for string.gsub, the same letter 'n' is used with two different meanings: the nth occurrence of the pattern and the nth capture. I think this could create confusion in a novice reader.

--
  Enrico