liquid_feedback_frontend

annotate env/util/trim.lua @ 22:954121267c2c

Corrected UTF-8 encoding of translations.eo.lua
author jbe
date Sat Feb 20 22:40:17 2010 +0100 (2010-02-20)
parents 0ee1e0c42d4c
children de8602f8d9bb
rev   line source
bsw/jbe@6 1 function util.trim(string)
bsw@9 2 return (string:gsub("^%s*", ""):gsub("%s*$", ""):gsub("%s+", " "))
bsw/jbe@6 3 end

Impressum / About Us