<?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 Error (but okay in Regex101) in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895597#M215971</link>
    <description>&lt;P&gt;So it does..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This looks about right,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipMannering_0-1643232115666.png" style="width: 784px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/220335iDF09C901067CA547/image-dimensions/784x431?v=v2" width="784" height="431" role="button" title="PhilipMannering_0-1643232115666.png" alt="PhilipMannering_0-1643232115666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 21:22:11 GMT</pubDate>
    <dc:creator>philipmannering</dc:creator>
    <dc:date>2022-01-26T21:22:11Z</dc:date>
    <item>
      <title>Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895042#M215786</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Text String;&lt;BR /&gt;&lt;BR /&gt;"The very Blue Sea is always blue unless its orange when its not BLUE sea"&lt;BR /&gt;&lt;BR /&gt;The idea is to split on every "blue" regardless of case to give:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The very&lt;/TD&gt;&lt;TD&gt;Blue Sea is always&lt;/TD&gt;&lt;TD&gt;blue unless its orange when its not&lt;/TD&gt;&lt;TD&gt;BLUE sea&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;This works in Reg101 but not in Regex as to parse it gives the error: "&lt;SPAN&gt;Error: Nothing to parse. Enter a complete expression."&lt;BR /&gt;&lt;BR /&gt;Code is:&lt;BR /&gt;(?i)\s+(?=\bblue\b)&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 22:26:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895042#M215786</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2024-06-13T22:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895044#M215787</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261299"&gt;@Bobbins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Reg101 doesn't handle parse hence you are getting this issue in Alteryx.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps : )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 17:50:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895044#M215787</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-25T17:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895046#M215788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261299"&gt;@Bobbins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is how you can achieve the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1643133222697.png" style="width: 931px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/220133i536A8A1150FC60E2/image-dimensions/931x370?v=v2" width="931" height="370" role="button" title="atcodedog05_0-1643133222697.png" alt="atcodedog05_0-1643133222697.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps : )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 17:54:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895046#M215788</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-25T17:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895047#M215789</link>
      <description>&lt;P&gt;Thanks thats one way to solve it, can you use Regex to do the same so i can keep the case of what i am breaking&amp;nbsp; up?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 17:55:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895047#M215789</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-25T17:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895076#M215801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261299"&gt;@Bobbins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your scenario you are breaking on n number of blues and also first column doesn't have blues hence its bit tricky.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14780"&gt;@philipmannering&lt;/a&gt;&amp;nbsp;do you have any suggestions on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps : )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 19:51:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895076#M215801</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-25T19:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895158#M215815</link>
      <description>&lt;P&gt;What you are doing is tokenizing since you are taking one column and splitting it into multiple components. Alteryx tokenizing supports exactly 1 marked group. You have two marked groups - hence this is not doable in Alteryx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a purely matched group process - you can see that you have 3 matched groups if you use:&lt;/P&gt;&lt;P&gt;REGEX_CountMatches([Field1],"(?i)\s+(?=\bblue\b)")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also note - that regex 101 gives you match information (ie the number of matches) but it does not show you the values of those matches (like you would expect to see from a succesful Regex tokenizing) see the difference between your expression and say:&lt;/P&gt;&lt;P&gt;(\s\w+\s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where every match in Regex 101 also returns a group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 00:09:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895158#M215815</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2022-01-26T00:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895208#M215827</link>
      <description>&lt;P&gt;I've attached the way to split with case...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The key is tokenize the words, use a multi-row formula to index them by Blue (with a normalized case) and then concatenate in crosstab.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 05:47:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895208#M215827</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2022-01-26T05:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895240#M215834</link>
      <description>&lt;P&gt;Thank you kindly, thats a different way to how i was thinking it could be done!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 09:00:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895240#M215834</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-26T09:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895241#M215835</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt;&amp;nbsp;Thank you also for your help :-)&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 09:01:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895241#M215835</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-26T09:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895246#M215838</link>
      <description>&lt;P&gt;Just curious wouldnt my approach also work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to help : )&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/261299"&gt;@Bobbins&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cheers and have a nice day!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 09:18:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895246#M215838</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2022-01-26T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895250#M215839</link>
      <description>&lt;P&gt;The example represents a real life scenario for me where I need the case of the lettering to be kept. If i didn't, then your example would have been perfect. Your solution is valid for someone whom case will not matter and I thank you for noting how it could be done this way. If i can select multiple solutions i will do!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 09:26:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895250#M215839</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-26T09:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895322#M215867</link>
      <description>&lt;P&gt;You can also tokenize on this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(.+?)\s+(?=blue|$)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No need to worry about the (?i) - you can just have the case insensitive box ticked.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 12:35:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895322#M215867</guid>
      <dc:creator>philipmannering</dc:creator>
      <dc:date>2022-01-26T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895366#M215881</link>
      <description>&lt;P&gt;Interesting&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14780"&gt;@philipmannering&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Running this it picks up the first two blues but the all in caps BLUE it fails&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 14:02:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895366#M215881</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-26T14:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895597#M215971</link>
      <description>&lt;P&gt;So it does..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This looks about right,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipMannering_0-1643232115666.png" style="width: 784px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/220335iDF09C901067CA547/image-dimensions/784x431?v=v2" width="784" height="431" role="button" title="PhilipMannering_0-1643232115666.png" alt="PhilipMannering_0-1643232115666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 21:22:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895597#M215971</guid>
      <dc:creator>philipmannering</dc:creator>
      <dc:date>2022-01-26T21:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895808#M216022</link>
      <description>&lt;P&gt;Wow, thanks for that. Question over the regex part, whats the pipe for in "(?=blue|$)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 09:04:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895808#M216022</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-27T09:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895828#M216025</link>
      <description>&lt;P&gt;The pipe | means "or". And $ means end of line.&lt;/P&gt;&lt;P&gt;So in this case we're saying that we want to capture text up until a "blue" or "end of the line".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thinking about it, you'll want to use (?=\bblue\b|$) to split on blue as a word...if you didn't want to split on, say, "bluetooth".&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 10:28:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895828#M216025</guid>
      <dc:creator>philipmannering</dc:creator>
      <dc:date>2022-01-27T10:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Error (but okay in Regex101)</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895838#M216026</link>
      <description>&lt;P&gt;Perfect, thank you&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14780"&gt;@philipmannering&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 11:02:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-Error-but-okay-in-Regex101/m-p/895838#M216026</guid>
      <dc:creator>Bobbins</dc:creator>
      <dc:date>2022-01-27T11:02:55Z</dc:date>
    </item>
  </channel>
</rss>

