liquid_feedback_frontend

view 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
line source
1 function util.trim(string)
2 return (string:gsub("^%s*", ""):gsub("%s*$", ""):gsub("%s+", " "))
3 end

Impressum / About Us