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 /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Macaulay2Doc/functions/urlEncode-doc.m2:26:0.