This shows you the differences between two versions of the page.
function_gevar [2018/08/06 20:28] Niek created |
function_gevar [2018/08/07 11:26] (current) Niek |
||
---|---|---|---|
Line 10: | Line 10: | ||
-- Tokenize a string given in "str", delimited by single character given in "sep", | -- Tokenize a string given in "str", delimited by single character given in "sep", | ||
-- ignoring those escaped with single character given in "esc". | -- ignoring those escaped with single character given in "esc". | ||
- | -- All escape characters are retained in the result. | + | -- All escape characters are retained in the result unless keepesc is true. |
local function tokenize(str, sep, esc, keepesc) | local function tokenize(str, sep, esc, keepesc) |