<?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 How to remove an emoji from a string? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-an-emoji-from-a-string/m-p/2345971#M113423</link>
    <description>&lt;P&gt;My dataset has a column which has a name from a airbnb and that name has emojis and special characters. I want to remove them and let there only the letters.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:46:00 GMT</pubDate>
    <dc:creator>sss1684971169</dc:creator>
    <dc:date>2024-11-15T21:46:00Z</dc:date>
    <item>
      <title>How to remove an emoji from a string?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-an-emoji-from-a-string/m-p/2345971#M113423</link>
      <description>&lt;P&gt;My dataset has a column which has a name from a airbnb and that name has emojis and special characters. I want to remove them and let there only the letters.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-an-emoji-from-a-string/m-p/2345971#M113423</guid>
      <dc:creator>sss1684971169</dc:creator>
      <dc:date>2024-11-15T21:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove an emoji from a string?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-an-emoji-from-a-string/m-p/2345972#M113424</link>
      <description>&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;Take a look at this &lt;A href="https://www.baeldung.com/java-string-remove-emojis" alt="https://www.baeldung.com/java-string-remove-emojis" target="_blank"&gt;article&lt;/A&gt; that shows different ways to remove emojis from a Java String. Using emoji library, regular expressions and Unicode ranges. For example, use regular expression on a tJavaRow:&lt;/P&gt;&lt;P&gt;output_row.text=input_row.replaceAll(context.regex, "");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//define a context variable which contains the regex expression: [^\\p{L}\\p{N}\\p{P}\\p{Z}]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 02:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-an-emoji-from-a-string/m-p/2345972#M113424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-26T02:58:13Z</dc:date>
    </item>
  </channel>
</rss>

