iriencode
Escape an IRI value for use in a URL.
def iriencode(
value: string
) - > string
Escape an IRI value for use in a URL.
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The Internationalized Resource Identifier (IRI) string to be escaped for URL compatibility |
Returns
| Type | Description |
|---|---|
string | The URI-encoded string where non-ASCII characters are converted to their percent-encoded representation |