<?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: RegEx Help:  Remove duplicate string from single string, no seperators in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658046#M152279</link>
    <description>&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554" target="_blank"&gt;@jdunkerley79&lt;/A&gt;&amp;nbsp;that works perfectly and proves when it comes to RegEx I'm out of my element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Winston&lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2020 02:02:12 GMT</pubDate>
    <dc:creator>Winston</dc:creator>
    <dc:date>2020-10-29T02:02:12Z</dc:date>
    <item>
      <title>RegEx Help:  Remove duplicate string from single string, no seperators</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/657904#M152230</link>
      <description>&lt;P&gt;I'm try to clean up a data field so that I can compare it to another field so the data can be joined.&amp;nbsp; The issue is the original data isn't very consistent in its length or times data is repeated within it.&amp;nbsp; I have attached an excel file showing the initial data and the ultimate result needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can use a string formula to go from the initial data&amp;nbsp;to Step 1.&amp;nbsp; But I'm trying to go from Step 1 to Step 2 using RegEx but I'm failing terribly.&amp;nbsp; Never been good coming up with RegEx formulas. &amp;nbsp;I found an example online that I'm trying to modify to my needs but not having any luck as it was originally designed for comma separated values.&amp;nbsp; What I have so far is: (\b[a-zA-Z0-9]+)(?=.* *\1(?:|$))&amp;nbsp; This isn't even close as it makes matches everywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I get to Step 2, I can use some more string formula manipulation to get to the ultimate result in Step 3, but if everything could be done in one step, that would be ideal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Winston&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 22:12:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/657904#M152230</guid>
      <dc:creator>Winston</dc:creator>
      <dc:date>2024-06-13T22:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: RegEx Help:  Remove duplicate string from single string, no seperators</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/657952#M152245</link>
      <description>&lt;P&gt;A formula like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX_Replace([Step 1], "^(.*)\1$", "$1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;should do what you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will remove duplicated strings&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 21:32:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/657952#M152245</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2020-10-28T21:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: RegEx Help:  Remove duplicate string from single string, no seperators</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658001#M152260</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554"&gt;@jdunkerley79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its brilliant!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 23:14:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658001#M152260</guid>
      <dc:creator>Qiu</dc:creator>
      <dc:date>2020-10-28T23:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: RegEx Help:  Remove duplicate string from single string, no seperators</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658011#M152262</link>
      <description>&lt;P&gt;Great solve&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554"&gt;@jdunkerley79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;mark&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 23:25:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658011#M152262</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2020-10-28T23:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: RegEx Help:  Remove duplicate string from single string, no seperators</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658046#M152279</link>
      <description>&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554" target="_blank"&gt;@jdunkerley79&lt;/A&gt;&amp;nbsp;that works perfectly and proves when it comes to RegEx I'm out of my element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Winston&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 02:02:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/RegEx-Help-Remove-duplicate-string-from-single-string-no/m-p/658046#M152279</guid>
      <dc:creator>Winston</dc:creator>
      <dc:date>2020-10-29T02:02:12Z</dc:date>
    </item>
  </channel>
</rss>

