<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to ignore certain characters in searches]]></title><description><![CDATA[<p dir="auto">Hello! I have a large collection of audio transcriptions done via the CLAN program. I have searched these transcriptions via Notepad++ for years. I’m suddenly having a problem searching across line breaks, though. It seems that CLAN adds a carriage return and a line feed whenever it wraps a line of text, and then a tab at the beginning of the next line (see screenshot below). This means that when I search for a string of words, Notepad++will find them if they’re not broken across a line, but it won’t find them if they are. I definitely did not have this problem in the past; I don’t know if something about CLAN has changed or what. Is there a way to search for a string of words (typed out normally, with one space between each word) and have it still find strings that are broken across lines like this, with a carriage return, line feed, and tab potentially replacing any one of the inter-word spaces?</p>
<p dir="auto">Thank you!!</p>
<p dir="auto"><img src="/assets/uploads/files/1711646843910-screenshot-2024-03-29-011232.png" alt="Screenshot 2024-03-29 011232.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Notepad++ v8.6.4   (64-bit)<br />
Build time : Feb 20 2024 - 00:12:59<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
OS Name : Windows 11 Home (64-bit)<br />
OS Version : 23H2<br />
OS Build : 22631.3296<br />
Current ANSI codepage : 1252<br />
Plugins :<br />
mimeTools (3.1)<br />
NppConverter (4.6)<br />
NppExport (0.4)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25626/how-to-ignore-certain-characters-in-searches</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 05:14:22 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25626.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Mar 2024 17:28:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to ignore certain characters in searches on Thu, 28 Mar 2024 19:00:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> ,</p>
<p dir="auto">Thank you very much! That does indeed work. I have also heard back from the CLAN developer, who suggests I could use a CLAN program to generate long tiers–but it does make things very hard to read in CLAN. Your solution is probably better. Thank you!!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93887</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93887</guid><dc:creator><![CDATA[Amanda Hamilton]]></dc:creator><pubDate>Thu, 28 Mar 2024 19:00:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to ignore certain characters in searches on Thu, 28 Mar 2024 17:36:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amanda-hamilton" aria-label="Profile: Amanda-Hamilton">@<bdi>Amanda-Hamilton</bdi></a> ,</p>
<blockquote>
<p dir="auto">I definitely did not have this problem in the past; I don’t know if something about CLAN has changed or what.</p>
</blockquote>
<p dir="auto">I presume CLAN changed (maybe it used to generate long lines, and you just saw Notepad++'s long-line wrapping, which doesn’t introduce CRLF)</p>
<p dir="auto">If you use <a href="/topic/15765">Regular Expression</a> (“regex”) search syntax, as defined <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">in the Online User Manual</a>, you could do this.</p>
<p dir="auto">Searching for <code>best I could</code>, it would fail, but searching in regex mode for <code>best\s+I\s+could</code>, it would find it (<code>\s+</code> means “one or more whitespace characters”, where “whitespace characters” include space, tab, newline, and some other Unicode characters as well)</p>
<p dir="auto">-—</p>
<h3>Useful References</h3>
<ul>
<li><a href="https://community.notepad-plus-plus.org/topic/21965/please-read-before-posting">Please Read Before Posting</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/22022/template-for-search-replace-questions">Template for Search/Replace Questions</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">Formatting Forum Posts</a></li>
<li><a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">Notepad++ Online User Manual: Searching/Regex</a></li>
<li><a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">FAQ: Where to find other regular expressions (regex) documentation</a></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/93885</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93885</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 28 Mar 2024 17:36:01 GMT</pubDate></item></channel></rss>