<?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 to remove special characters in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060081#M262145</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/194502"&gt;@binu_acs&lt;/a&gt;&amp;nbsp;that's actually very interesting to read I will definitely read more into regex to get more comfortable with it myself it seems very powerful when used the right way.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 12:50:32 GMT</pubDate>
    <dc:creator>Deano478</dc:creator>
    <dc:date>2023-01-05T12:50:32Z</dc:date>
    <item>
      <title>Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060032#M262130</link>
      <description>&lt;P&gt;Hi community Happy new year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not to good with RegEx but I know it is needed in my use case. I have these company names but they contain special characters and i'm not sure how to remove them. I've attached&amp;nbsp; a mini dummy sample of the data below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance with this would be majorly appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test Company 1 â€“Limited&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Test Company 2â€™s Ltd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Oâ€™Test Hotel Limited&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 11:26:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060032#M262130</guid>
      <dc:creator>DataIsFun</dc:creator>
      <dc:date>2023-01-05T11:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060034#M262131</link>
      <description>&lt;P&gt;Try REGEX_Replace([String],"[^a-z,A-Z,0-9,\s]","")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gets rid of all characters that are not special letters, spaces or numbers.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 11:35:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060034#M262131</guid>
      <dc:creator>FinnCharlton</dc:creator>
      <dc:date>2023-01-05T11:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060035#M262132</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/391871"&gt;@DataIsFun&lt;/a&gt;&amp;nbsp;One way of doing this&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="binuacs_0-1672918280280.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/279096i6E51E93A93C248A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="binuacs_0-1672918280280.png" alt="binuacs_0-1672918280280.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 11:31:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060035#M262132</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2023-01-05T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060066#M262143</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/194502"&gt;@binu_acs&lt;/a&gt;&amp;nbsp;I saw your solution and I'm just wondering how does your Regex work?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 12:18:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060066#M262143</guid>
      <dc:creator>Deano478</dc:creator>
      <dc:date>2023-01-05T12:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060075#M262144</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/382137"&gt;@Deano478&lt;/a&gt;the regex formula&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX_Replace([Name], '[^ -~]', '')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove any characters from the incoming field that are outside of the range of ASCII values from "space" to "~".&lt;/P&gt;&lt;P&gt;^ - represent the not operator&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;space&amp;gt; - ~&amp;nbsp; characters with in the range space and ~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the ASCII table where you can see the range 32(space) - 126(~), so any characters that fall other than this range will get replaced with ''&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="binuacs_0-1672922109012.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/279111i2DECD7F27556214C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="binuacs_0-1672922109012.png" alt="binuacs_0-1672922109012.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;</description>
      <pubDate>Thu, 05 Jan 2023 12:37:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060075#M262144</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2023-01-05T12:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060081#M262145</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/194502"&gt;@binu_acs&lt;/a&gt;&amp;nbsp;that's actually very interesting to read I will definitely read more into regex to get more comfortable with it myself it seems very powerful when used the right way.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 12:50:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1060081#M262145</guid>
      <dc:creator>Deano478</dc:creator>
      <dc:date>2023-01-05T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1208906#M300057</link>
      <description>&lt;P&gt;hello, i like this solution but i want to apply it in a text field that contains text in japanese, chinese and korean. How can i address that as well?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 18:34:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1208906#M300057</guid>
      <dc:creator>malcorr</dc:creator>
      <dc:date>2023-11-13T18:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regex to remove special characters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1208956#M300071</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/182226"&gt;@malcorr&lt;/a&gt;&amp;nbsp;If you want to include the Japanese, Chinese, and Korean then find their corresponding ASCII characters and include those also in the regex expression, if you can provide some samples I can help you with this.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 21:26:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Regex-to-remove-special-characters/m-p/1208956#M300071</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2023-11-13T21:26:04Z</dc:date>
    </item>
  </channel>
</rss>

