1
$」、RegexOptions.Compiled);asp.net MVCの正規表現を二重引用符
$」、RegexOptions.Compiled);asp.net MVCの正規表現を二重引用符
あなたがmultiline string literalを使用しているので、あなたが引用符文字倍増する必要があります
Regex PhRegEx = new Regex(@"^[a-zA-Z0-9-+_,():"" ]*$", RegexOptions.Compiled);
を