# tryDecodeURIComponent

**Kind:** Function

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

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

## Signature

```ts
function tryDecodeURIComponent(str: string): string
```

## Parameters

| Name | Type |
|---|---|
| `str` | `string` |

**Returns:** `string`

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `HonoRequest` — `src/request.ts`:34
- `Cookie` — `src/utils/cookie.ts`:8
