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.
html を削除する次の正規表現があります。
sr.Text = Regex.Replace(sr.Text, @"<[^>]*>", "");
html と
[youtube width="610" height="343"]http://www.youtube.com/watch?v=w_BPwoPbghw&hd=1[/youtube]
投稿内容から?
ありがとう !
[youtube.*[/youtube] を試して解決しました [youtube.*[/youtube] の後に幅と高さがあります
最終的なコード: sr.Text = Regex.Replace(sr.Text, @"[youtube.*[/youtube]", "");