evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add an escape method to the extended string library #169

Open Duckwhale opened 1 year ago

Duckwhale commented 1 year ago

Goals:

What needs to be escaped:

This is explicitly NOT intended to escape HTML special characters, prevent code injection/XSS, or similar problems.