Readonly joinerSymbol used to join search parameters.
"&" (U+0026)
Readonly prefixPrefix symbol.
E.g. ? for query, ; for matrix, or # for hash.
Splits parameters string onto key/value pairs.
By default, splits &-separated
Parameters string to split.
Iterable of URI-encoded key/value pairs. A value can be null when absent, e.g. when equals sign
is missing.
Generated using TypeDoc
Charged URI parameters splitter.