liquid_feedback_frontend

annotate env/util/trim.lua @ 37:e9fe515fbf6b

translated single entry for testing
author Dinu Gherman
date Fri Mar 05 15:18:45 2010 +0100 (2010-03-05)
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