Difference between revisions of "LlEscapeURL"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=307|func_sleep=0.0|func_energy=10.0|func=llEscapeURL|return_type=string|p1_type=string|p1_name=url|func_footnote=Returns and escaped/encoded version of url, replacing spaces with %20 etc.|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=307|func_sleep=0.0|func_energy=10.0
|func=llEscapeURL|return_type=string|p1_type=string|p1_name=url
|func_footnote=The return is limited to 255 bytes, this means this function can only safely escape 14 character string.
|func_desc
|return_text=is the escaped/encoded version of '''url''', replacing spaces with %20 etc.
|spec
|caveats
|constants
|examples
|helpers
|also_functions=*{{LSLG|llUnescapeURL}}
|also_events
|also_tests
|also_articles=*{{Wikipedia|UTF-8}}
*{{LSLGC|Base64}}
|notes
|permission
|negative_index
|cat1=Encoding
|cat2
|cat3
|cat4=Stub
}}

Revision as of 10:56, 9 February 2007