Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/uri — English |
Things to check
Glossary
English | English | ||
---|---|---|---|
No related strings found in the glossary. |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/uri — English |
English | English | ||
---|---|---|---|
No related strings found in the glossary. |
local escape_opts = {
plus = true,
unreserved = uri.unreserved("a-z")
}
escaped_string_custom = uri.escape('Hello World', escape_opts)
--[[
---
- '%48ello+%57orld'
...
--]]