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