c#:使用正则表达式从包含文本和锚标记的注释中获取文本?
我必须在字符串中查找文本并将其替换为字符串中的另一个文本,该字符串由侧锚标记中的文本和链接组成。例如:
abcdefg<a href='example.com' target='_blank' >example</a>pqrst<a href='some.htm'>some</a>cdefg
我想将文本 abcdefg
、pqrst
和 cdefg
替换为其他文本。
您能否帮助我获取正则表达式替换的模式,该模式将替换上面示例中的文本(如果存在)。如果 abcdefg
或 pqrst
或 cdefg
不存在,则无需替换。
请帮忙。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论