MVCビューモデルに次の正規表現があります(ps他のすべての正規表現は正常に機能します)
[Required, MaxLength(256)]
[RegularExpression(@"/(\[Brand name\])/i", ErrorMessage = "Reply message <strong> Must</strong> contain <strong>[Brand name]</strong>")]
public string ReplyMessage { get; set; }