# tryDecode

**Kind:** Function

**Source:** [`src/utils/url.ts`](https://github.com/honojs/hono/blob/main/src/utils/url.ts#L81)

**Part of:** [Utils](subsystem-src-utils)

## Signature

```ts
function tryDecode(str: string, decoder: Decoder): string
```

## Parameters

| Name | Type |
|---|---|
| `str` | `string` |
| `decoder` | `Decoder` |

**Returns:** `string`
