What should be the regex for replacing a tr
tag with a th
tag for the table
tag anywhere in 开发者_运维知识库an HTML file ?
Regex.Replace(html, @"(?<=<(/)?)th(?=[\s>])", "tr", RegexOptions.IgnoreCase);
What should be the regex for replacing a tr
tag with a th
tag for the table
tag anywhere in 开发者_运维知识库an HTML file ?
Regex.Replace(html, @"(?<=<(/)?)th(?=[\s>])", "tr", RegexOptions.IgnoreCase);
30公里打车多少钱啊??:下一篇
精彩评论