<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DeDupe matching on case subject excluding reply indicator in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/dedupe-matching-on-case-subject-excluding-reply-indicator/m-p/2804#M1600</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/746"&gt;@marcae&lt;/a&gt;&amp;nbsp;- Great use-case question. While I didn't have success with the regex, there's a more simple solve I think for you here. If you use the &lt;A href="https://knowledge.validity.com/s/articles/Comparison-Types?language=en_US" target="_self"&gt;&lt;STRONG&gt;Cleaned Account Name Comparison Type&lt;/STRONG&gt;&lt;/A&gt;, we can alter the rule to account for your regex. You'll need to make sure you have all iterations of &lt;STRONG&gt;&lt;EM&gt;Re:, RE, etc.&lt;/EM&gt; &lt;A href="https://knowledge.validity.com/s/articles/DemandTools-Manage-Cleanse-Rules?language=en_US" target="_self"&gt;added into your cleanse rules&lt;/A&gt; for &lt;EM&gt;Prefix Removal&lt;/EM&gt;,&lt;/STRONG&gt;&amp;nbsp;then it will take care of what you are trying to accomplish.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Cleaned Account Name&lt;/STRONG&gt;&lt;SPAN&gt;: Uses built-in Cleanse rules to match similar names based on common punctuation, abbreviations, and common business prefixes and suffixes. These rules are customizable for language(s) and/or line of business.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_0-1753813281831.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/741iD624F531A8946CE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_0-1753813281831.png" alt="Pugs_Validity_0-1753813281831.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_1-1753813348563.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/742i3F8AD19C2BE7BCCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_1-1753813348563.png" alt="Pugs_Validity_1-1753813348563.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_2-1753813457595.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/743i3389416BF2F6EF5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_2-1753813457595.png" alt="Pugs_Validity_2-1753813457595.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jul 2025 18:25:19 GMT</pubDate>
    <dc:creator>Pugs_Validity</dc:creator>
    <dc:date>2025-07-29T18:25:19Z</dc:date>
    <item>
      <title>DeDupe matching on case subject excluding reply indicator</title>
      <link>https://mycommunity.validity.com/t5/demandtools/dedupe-matching-on-case-subject-excluding-reply-indicator/m-p/2796#M1596</link>
      <description>&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;I am trying to figure out if it is possible to duplicate cases using the dedupe module, looking for records, where the subject may contain a reply indicator. For example, example that these two subjects should be considered as potential duplicates:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why can't I log in?&lt;/LI&gt;&lt;LI&gt;Re: Why can't I log in?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I looked at using the regular expression, but that doesn't seem to take into account matching on specific parts of the string. What I would like to use as the regular expression would be&lt;/P&gt;&lt;LI-CODE lang="java"&gt;([Rr]e:?)?\s*(.+)&lt;/LI-CODE&gt;&lt;P&gt;I would also include other criteria for the matching rules, but it is the subject line that is causing the issue currently.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 18:05:57 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/dedupe-matching-on-case-subject-excluding-reply-indicator/m-p/2796#M1596</guid>
      <dc:creator>MarcDBehr</dc:creator>
      <dc:date>2025-07-28T18:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: DeDupe matching on case subject excluding reply indicator</title>
      <link>https://mycommunity.validity.com/t5/demandtools/dedupe-matching-on-case-subject-excluding-reply-indicator/m-p/2804#M1600</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://mycommunity.validity.com/t5/user/viewprofilepage/user-id/746"&gt;@marcae&lt;/a&gt;&amp;nbsp;- Great use-case question. While I didn't have success with the regex, there's a more simple solve I think for you here. If you use the &lt;A href="https://knowledge.validity.com/s/articles/Comparison-Types?language=en_US" target="_self"&gt;&lt;STRONG&gt;Cleaned Account Name Comparison Type&lt;/STRONG&gt;&lt;/A&gt;, we can alter the rule to account for your regex. You'll need to make sure you have all iterations of &lt;STRONG&gt;&lt;EM&gt;Re:, RE, etc.&lt;/EM&gt; &lt;A href="https://knowledge.validity.com/s/articles/DemandTools-Manage-Cleanse-Rules?language=en_US" target="_self"&gt;added into your cleanse rules&lt;/A&gt; for &lt;EM&gt;Prefix Removal&lt;/EM&gt;,&lt;/STRONG&gt;&amp;nbsp;then it will take care of what you are trying to accomplish.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Cleaned Account Name&lt;/STRONG&gt;&lt;SPAN&gt;: Uses built-in Cleanse rules to match similar names based on common punctuation, abbreviations, and common business prefixes and suffixes. These rules are customizable for language(s) and/or line of business.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_0-1753813281831.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/741iD624F531A8946CE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_0-1753813281831.png" alt="Pugs_Validity_0-1753813281831.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_1-1753813348563.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/742i3F8AD19C2BE7BCCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_1-1753813348563.png" alt="Pugs_Validity_1-1753813348563.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pugs_Validity_2-1753813457595.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/743i3389416BF2F6EF5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pugs_Validity_2-1753813457595.png" alt="Pugs_Validity_2-1753813457595.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 18:25:19 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/dedupe-matching-on-case-subject-excluding-reply-indicator/m-p/2804#M1600</guid>
      <dc:creator>Pugs_Validity</dc:creator>
      <dc:date>2025-07-29T18:25:19Z</dc:date>
    </item>
  </channel>
</rss>

