c#:使用正则表达式从包含文本和锚标记的注释中获取文本?

发布于 2024-12-13 00:26:42 字数 425 浏览 1 评论 0原文

我必须在字符串中查找文本并将其替换为字符串中的另一个文本,该字符串由侧锚标记中的文本和链接组成。例如:

abcdefg<a href='example.com' target='_blank' >example</a>pqrst<a href='some.htm'>some</a>cdefg

我想将文本 abcdefgpqrstcdefg 替换为其他文本。

您能否帮助我获取正则表达式替换的模式,该模式将替换上面示例中的文本(如果存在)。如果 abcdefgpqrstcdefg 不存在,则无需替换。

请帮忙。

I have to find and replace text with another text in a string which consist of text and links in side anchor tag. For Eg:

abcdefg<a href='example.com' target='_blank' >example</a>pqrst<a href='some.htm'>some</a>cdefg

I want to replace the texts abcdefg, pqrst and cdefg with some other text.

Could you please help me to get a pattern for Regular Expression replace which replaces the the text like in the above example if exists. If abcdefg or pqrst or cdefg is not existing no replacement required.

Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文