liquid_feedback_frontend

view env/util/trim.lua @ 230:0196bc0fcc39

merge
author jbe
date Thu Oct 06 16:16:26 2011 +0200 (2011-10-06)
parents 0ee1e0c42d4c
children de8602f8d9bb
line source
1 function util.trim(string)
2 return (string:gsub("^%s*", ""):gsub("%s*$", ""):gsub("%s+", " "))
3 end

Impressum / About Us