|
string.urlEncode
| Previous topic: |
Next topic: |
|
string.urlEncode |
topic started 6/19/1999; 5:32:00 PM last post 6/19/1999; 5:32:00 PM |
|
Brent Simmons - string.urlEncode 
6/19/1999; 5:32:00 PM (reads: 28474, responses:
0) |
| Syntax |
string.urlEncode (string)
|
| Params |
string is a string to be converted to URL-safe encoding
|
| Action |
Encodes any characters that are illegal in URLs into their escaped form.
|
| Returns |
The resulting string.
|
| Examples |
string.urlEncode ("This is a string with some illegal characters: / $ & %")
» "This%20is%20a%20string%20with%20some%20illegal%20characters%3A%20%2F%20%24%20%26%20%25"
|
| See Also |
string.urlDecode
|
|
|
|
|
|
UserTalk online reference for Manila and Radio UserLand programmers
|
|
|