Iterate Function Call
Used by string.findm & string.matchm.
… = string.iterate(txt, func, list, …)
Iterates through the table of strings list until the func call returns something other than nil.
list
func
nil