Customizações Avançadas
Bibliotecas
String
funções auxiliares adicionais as da std lib string do lua atalhos /#split métodos split \ @param str the string to be splited \ @param pattern the string to be used as pattern \ @returns table containing the splited strings string split(str, pattern) \ example usage local my string = "my string here" local result = string split(my string, " ") \ {"my", "string", "here"}