net/
mg_urlquote.pro
Routines
top mg_urlquote
result = mg_urlquote(s [, safe=string] [, /unquote] [, /plus])
Replace special characters in the input string using the %xx
escape codes.
Return value
string
Parameters
- s in required type=string
string to quote
Keywords
- safe in optional type=string
string of safe characters, i.e., ones that don't need replacing
- unquote in optional type=boolean
set to unquote instead of quote
- plus in optional type=boolean
set to quote/unquote plus
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 16 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.