liquid_feedback_frontend

view env/util/trim.lua @ 73:5e06cbec2f68

Serveral correction of typos and mistranslations to Esperanto.
author Thomas Wuerfel
date Wed May 26 15:41:52 2010 +0200 (2010-05-26)
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