melterns/fluidity/functions.lua

8 lines
156 B
Lua
Raw Normal View History

2018-04-02 10:39:41 +00:00
function fluidity.fluid_name(name)
return name:gsub("% Source$", "")
end
function fluidity.fluid_short(str)
return string.lower(str):gsub("%s", "_")
end