We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{{ lua "return upper(name)" }}
{{ lua:block }} return "Hello " .. name {{ endlua }}
{{ if lua("return enabled == 'true'") }}ok{{ endif }} {{ if lua:block }} return enabled == 'true' {{ endlua }}ok{{ endif }}
upper(value)
lower(value)
trim(value)
starts_with(value, prefix)
ends_with(value, suffix)
lua_instruction_limit=100000
lua_memory_limit_bytes=4194304
Blocked by default:
os
io
debug
package
require
dofile
loadfile