Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP:RegularExpressionValidatorを使用して、最小文字数(6)を強制しますが、フィールドが空でない場合に限ります。
誰かがこれの正規表現を手伝ってくれませんか?
この正規表現を試してください:
^(?:.{6,}|)$