-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Lua module for text
--   
--   UTF-8 aware subset of Lua's <a>string</a> module.
@package hslua-module-text
@version 0.2.1


-- | Provide a lua module containing a selection of useful Text functions.
module Foreign.Lua.Module.Text

-- | Pushes the <tt>text</tt> module to the Lua stack.
pushModule :: Lua NumResults

-- | Legacy alias for '<tt>pushModule</tt>'.
pushModuleText :: Lua NumResults

-- | Add the text module under the given name to the table of preloaded
--   packages.
preloadTextModule :: String -> Lua ()
