Content deleted Content added
. |
. |
||
Line 56:
local prefix_and_suffix = ""
prefix_and_suffix = prefix .. suffix
if (prefix_and_suffix == '') then
return false
else
return true
end
-- if not (suffix == nil or suffix == '' or string.match(suffix, "^ +$")) then
-- if not (prefix == nil or prefix == '' or string.match(prefix, "^ +$")) then
if not (prefix == nil or prefix == '') then
|