Encodes part of URI search string, i.e. either search parameter name or value.
In contrast to standard encodeURIComponent function, this one encodes spaces as plus signs "+" (U+002B). In addition, percent-encodes all URI reserved characters according to RFC3869.
"+" (U+002B)
Part of URI search string to encode.
Encoded part of URI search string.
Generated using TypeDoc
Encodes part of URI search string, i.e. either search parameter name or value.
In contrast to standard encodeURIComponent function, this one encodes spaces as plus signs
"+" (U+002B)
. In addition, percent-encodes all URI reserved characters according to RFC3869.