Fields
N/ASample data
| Input | Output |
|---|---|
| ”<alice@example.org>" | "alice%40example.org" |
| "a b c" | "a+b+c" |
| "<https://example.org?category=A&tag=B>" | "https%3A%2F%2Fexample.org%3Fcategory%3DA%26tag%3DB” |
Converts a data object or array into a URL encoded string.
| Input | Output |
|---|---|
| ”<alice@example.org>" | "alice%40example.org" |
| "a b c" | "a+b+c" |
| "<https://example.org?category=A&tag=B>" | "https%3A%2F%2Fexample.org%3Fcategory%3DA%26tag%3DB” |