Versions in this module Expand all Collapse all v0 v0.1.6 May 6, 2022 Changes in this version + func CheckStringsBuilder(L *lua.LState, n int) *strings.Builder + func CheckStringsReader(L *lua.LState, n int) *strings.Reader + func LVStringsBuilder(L *lua.LState, builder *strings.Builder) lua.LValue + func LVStringsReader(L *lua.LState, reader *strings.Reader) lua.LValue v0.1.3 Jan 6, 2022 Changes in this version + func Contains(L *lua.LState) int + func Fields(L *lua.LState) int + func HasPrefix(L *lua.LState) int + func HasSuffix(L *lua.LState) int + func Loader(L *lua.LState) int + func Preload(L *lua.LState) + func Split(L *lua.LState) int + func Trim(L *lua.LState) int + func TrimPrefix(L *lua.LState) int + func TrimSuffix(L *lua.LState) int