razor
ビューにメール検証を追加したいアプリケーションがあります
<td><input type="text" name="mail" placeholder="me@example.com" required autofocus title="" pattern="/^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$/"/> </td>
しかし、ここでこの構文エラーが発生しました
"[" Is not valid at the start of a block of code. Only identifiers, keywords, comments, "(" and "{" are valid.
どうした ?どうすれば修正できますか?