Sea.util.split
From WoWWiki
This article is a part of the documentation of the Sea function library
-- -- split(string text, separator ) -- -- Splits a string into a table by separators -- -- Args: -- text - string containing input -- separator - separators -- -- Returns: -- (table) -- table - the table containing the exploded strings -- -- Aliases: -- Sea.string.split -- Sea.string.explode --
Originally coded by Thott (thott@thottbot.com)
