$ 0 0 はじめに Node.jsのExpressでは、以下のようにパスパラメータに正規表現を使う事ができる。 app.get('/posts/:id(\\d+)', (req, res) => { con…