lua-users home
lua-l archive

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


On 12/08/2015 16:39, Dirk Laurie wrote:
Give an example of a source/pattern combination such that
source:match(pat) matches but source:gmatch(pat) fails to
find a match.


source = "abc"
pattern = "^"

--
Shmuel