- Fixe string:isempty()
- Tagesschau: HTTP-Fehlercode wird jetzt vor dem JSON-Encoding geprüft
This commit is contained in:
@ -349,7 +349,7 @@ end
|
||||
|
||||
-- Returns true if the string is blank/empty
|
||||
function string:isempty()
|
||||
self = self:trim()
|
||||
self = utilities.trim(self)
|
||||
return self == nil or self == ''
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user