Module:Text Utility: Difference between revisions

Jump to navigation Jump to search
1,145 bytes added ,  22:05, 15 November 2019
Created page with "function p.gsplit( text, pattern, plain ) if not pattern then pattern = '%s*,%s*' end local s, l = 1, text:len() return function () if s then local e, n = text:find( p..."
(Created page with "function p.gsplit( text, pattern, plain ) if not pattern then pattern = '%s*,%s*' end local s, l = 1, text:len() return function () if s then local e, n = text:find( p...")
(No difference)

Navigation menu