llEscapeURL
function ll.EscapeURL(URL: string): stringReturns an escaped/encoded version of url, replacing spaces with %20 etc.
Returns the string that is the URL-escaped version of URL (replacing spaces with %20, etc.).
This function returns the UTF-8 encoded escape codes for selected characters.
Parameters
-
URL(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.EscapeURL().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llEscapeURL