liquid_feedback_frontend

view env/util/trim.lua @ 44:b2af739019ba

Fixed two spelling issues in Esperanto translation.
author Dinu Gherman
date Mon Mar 08 22:58:57 2010 +0100 (2010-03-08)
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