Content deleted Content added
play with date recognition |
m whoops |
||
Line 40:
if (match == nil) then return input .. ' -> is not a recognized pattern match' end
local month = monthIndices(string.lower(
if (month == nil) then return input .. ' -> does not have a recognized month name' end
|