Encode all of the characters in a URL except for "/", ":", "#", and the "unreserved characters" specified by RFC 3986, i.e., the alphanumeric characters, "-", ".", "_", and "~", using percent-encoding, a "%" followed by two hexadecimal digits representing the ASCII encoding of the character.
|
The object urlEncode is a method function.
The source of this document is in Macaulay2Doc/functions/urlEncode-doc.m2:26:0.