Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
pattern は HTMLInputElement インターフェイスのプロパティで、空ではない <input> の値が一致すべき正規表現を表します。これは、<input> 要素の pattern 属性を反映します。
pattern プロパティは、text、search、url、tel、email、passwordの型で有効です。これは、入力フィールドの value が制約検証を通過するために一致する必要がある正規表現を定義します。
空ではない値が制約に適合しない場合、ValidityState オブジェクトの読み取り専用プロパティである patternMismatch が true になります。
文字列です。
| HTML # dom-input-pattern |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025年4月12日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.