私は文字列を持っています:
new y",[["new york",0,[]],["new york times",0,[]
私はこれらの文字列を間に入れたい["
です",
:
new york
new york times
私はこの関数を試しました:
public MatchCollection s;
...
s = Regex.Matches(s44, "[\".*?\",");
しかし、私はこのエラーを受け取りました:ArgumentException was unhandled: prasing "[".*?"," - Unterminated [] set
。
この問題を解決するのを手伝ってもらえますか?どうもありがとうございます!
編集:私が持っていたくない文字列["
と",