/Knowledge/sources/honojs__hono/llms-full/routing-regexp--c7d34d731711.md
Routing: Regexp - hono-docs
Routing: Regexp Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt regexp Summary Content Metadata
Routing: Regexp
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#regexp
Summary
ts twoslash import { Hono } from 'hono' const app = new Hono() // ---cut--- app.get('/post/:date{[0-9]+}/:title{[a-z]+}', async (c) => { const { date, title } = c.req.param() // ^? // ... })
Content
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.get('/post/:date{[0-9]+}/:title{[a-z]+}', async (c) => {
const { date, title } = c.req.param()
// ^?
// ...
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#regexp",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Routing > Regexp",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 595,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Routing: Regexp",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}