<?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 Extract Text from a String in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379042#M341827</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need guidance/expertise on how to extract a specific phrase/text from a string using a formula tool (eg. REGEX Replace).&amp;nbsp; I tried REGEX Replace ( REGEX_Replace([Question], '(\d+) .*', '$1') ) but can only get result 1 but having a hard time extracting result 2.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Based on the Question column, I need to show add to new columns (Result 1 &amp;amp; result 2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Question&lt;/TD&gt;&lt;TD&gt;Result1&lt;/TD&gt;&lt;TD&gt;Result 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1 What is your name&lt;/TD&gt;&lt;TD&gt;1.1&lt;/TD&gt;&lt;TD&gt;What is your name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.11 Where do you live&lt;/TD&gt;&lt;TD&gt;2.11&lt;/TD&gt;&lt;TD&gt;Where do you live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.1 What is the name of your 1st pet&lt;/TD&gt;&lt;TD&gt;3.1&lt;/TD&gt;&lt;TD&gt;What is the name of your 1st pet&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4.15 How old are you&lt;/TD&gt;&lt;TD&gt;4.15&lt;/TD&gt;&lt;TD&gt;How old are you&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Wed, 19 Mar 2025 18:12:50 GMT</pubDate>
    <dc:creator>rjesus1987</dc:creator>
    <dc:date>2025-03-19T18:12:50Z</dc:date>
    <item>
      <title>Extract Text from a String</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379042#M341827</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need guidance/expertise on how to extract a specific phrase/text from a string using a formula tool (eg. REGEX Replace).&amp;nbsp; I tried REGEX Replace ( REGEX_Replace([Question], '(\d+) .*', '$1') ) but can only get result 1 but having a hard time extracting result 2.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Based on the Question column, I need to show add to new columns (Result 1 &amp;amp; result 2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Question&lt;/TD&gt;&lt;TD&gt;Result1&lt;/TD&gt;&lt;TD&gt;Result 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.1 What is your name&lt;/TD&gt;&lt;TD&gt;1.1&lt;/TD&gt;&lt;TD&gt;What is your name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.11 Where do you live&lt;/TD&gt;&lt;TD&gt;2.11&lt;/TD&gt;&lt;TD&gt;Where do you live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.1 What is the name of your 1st pet&lt;/TD&gt;&lt;TD&gt;3.1&lt;/TD&gt;&lt;TD&gt;What is the name of your 1st pet&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4.15 How old are you&lt;/TD&gt;&lt;TD&gt;4.15&lt;/TD&gt;&lt;TD&gt;How old are you&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 19 Mar 2025 18:12:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379042#M341827</guid>
      <dc:creator>rjesus1987</dc:creator>
      <dc:date>2025-03-19T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Text from a String</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379047#M341830</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/548578"&gt;@rjesus1987&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have given this a go using the Regex tool.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-19 181707.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/401246i2F0AB1746C07F7B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-03-19 181707.png" alt="Screenshot 2025-03-19 181707.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The statement used ([1-9\.]+)\s to get all numbers and decimal points, up to the first space.&lt;BR /&gt;The statement \s(.*) gets everything after the first space.&lt;BR /&gt;&lt;BR /&gt;By setting the regex to Parse, you can get the two results columns you are after.&lt;BR /&gt;&lt;BR /&gt;Please let me know how you get on.&lt;BR /&gt;&lt;BR /&gt;Regards - Pilsner&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 18:21:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379047#M341830</guid>
      <dc:creator>Pilsner</dc:creator>
      <dc:date>2025-03-19T18:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Text from a String</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379049#M341831</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/548578"&gt;@rjesus1987&lt;/a&gt;&amp;nbsp;try&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 703px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/401247i078E4E8BEDBBB99A/image-dimensions/703x216?v=v2" width="703" height="216" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 18:22:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-Text-from-a-String/m-p/1379049#M341831</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2025-03-19T18:22:12Z</dc:date>
    </item>
  </channel>
</rss>

