2 lines
62 B
Text
2 lines
62 B
Text
put urlencode("http://foo bar/")
|
|
-- "http%3a%2f%2ffoo+bar%2f"
|
put urlencode("http://foo bar/")
|
|
-- "http%3a%2f%2ffoo+bar%2f"
|