2 lines
56 B
Text
2 lines
56 B
Text
urlEncode("http://foo bar/")
|
|
-- http%3A%2F%2Ffoo+bar%2F
|
urlEncode("http://foo bar/")
|
|
-- http%3A%2F%2Ffoo+bar%2F
|