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.