liquid_feedback_frontend

view env/util/trim.lua @ 25:4b2af207cefa

Use timings of issue instead of policy
author bsw
date Sun Feb 21 14:23:56 2010 +0100 (2010-02-21)
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