liquid_feedback_frontend

annotate env/util/trim.lua @ 530:a34142b39bd8

Removed unnexessary code which caused performance issues
author bsw
date Mon May 21 21:17:00 2012 +0200 (2012-05-21)
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