Last updated 3 years ago
Was this helpful?
[] sam.Util.parse_args( text )
Turn text into arguments.
local args = Util.parse_args('hi there "mr srlion!" ok.') PrintTable(args) -- output: { "hi", "there", "mr srlion!", "ok." }