在 fckeditor 中插入值
我正在 fckeditor 中插入值。
abc = Regex.Replace(FCKeditor.Value, @"<(.|\n)*?>", string.Empty);
但在检索时它会显示内容和标签。 哪里有问题帮帮我。
i am inserting values in fckeditor.
abc = Regex.Replace(FCKeditor.Value, @"<(.|\n)*?>", string.Empty);
but while retrieving it is showing content along with the tags.
where is problem help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在不完全知道你的输入是什么的情况下会有点困难,但是像这样的正则表达式怎么样
without fully knowing what your input is makes it a little hard but, what about a regex like