我正在尝试替换字符,但无法弄清楚如何只选择它们。
我们说我有这段文字。我需要选择" non_regd"知道它在某个时刻之前是"给出标题"。
div
我的想法是
<title>Given title</title>
<link>http://loremipsum.com/given-title/</link>
<pubDate>Sat, 25 Oct 2014 00:00:00 +0000</pubDate>
<dc:creator><![CDATA[non_regd]]></dc:creator>
<guid isPermaLink="false">http://loremipsum.com/given-title/</guid>
<description></description>
但这显然不允许RegEx。
有什么想法吗?感谢
编辑:我只使用Notepad ++。我只需要更换&#34; non-regd&#34;与其他东西分开。问题是,文件中有许多类似的代码片段,因此需要以这种方式具体。
答案 0 :(得分:1)
终于找到了有用的东西。
@EnableJpaRepositories
\ K做了魔术。虽然这是一种解决方法。谢谢大家的帮助。