<?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 ignore a substring enclosed inside brackets from a string only using regex ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-a-substring-enclosed-inside-brackets-from-a-string/m-p/2242485#M29295</link>
    <description>&lt;P&gt;Inputs:&amp;nbsp; abc@(pqr)xyz.com&lt;/P&gt;
&lt;P&gt;Output: abc@xyz.com&lt;/P&gt;
&lt;P&gt;The regex used to check "abc@xyz.com"&amp;nbsp; these type of strings:&lt;/P&gt;
&lt;P&gt;"(.*@.*\\..*)"&lt;/P&gt;
&lt;P&gt;Requirement: The regex must ignore the "(pqr)" part as a valid match.&lt;/P&gt;
&lt;P&gt;Note:We are using tExtractRegexFields component for the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:16:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-11T14:16:06Z</dc:date>
    <item>
      <title>How to ignore a substring enclosed inside brackets from a string only using regex ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-a-substring-enclosed-inside-brackets-from-a-string/m-p/2242485#M29295</link>
      <description>&lt;P&gt;Inputs:&amp;nbsp; abc@(pqr)xyz.com&lt;/P&gt;
&lt;P&gt;Output: abc@xyz.com&lt;/P&gt;
&lt;P&gt;The regex used to check "abc@xyz.com"&amp;nbsp; these type of strings:&lt;/P&gt;
&lt;P&gt;"(.*@.*\\..*)"&lt;/P&gt;
&lt;P&gt;Requirement: The regex must ignore the "(pqr)" part as a valid match.&lt;/P&gt;
&lt;P&gt;Note:We are using tExtractRegexFields component for the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-a-substring-enclosed-inside-brackets-from-a-string/m-p/2242485#M29295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-11T14:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a substring enclosed inside brackets from a string only using regex ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-a-substring-enclosed-inside-brackets-from-a-string/m-p/2242486#M29296</link>
      <description>"(.*@)(\\([^)]*\\))?(.*\\..*)" replace by $1+$3</description>
      <pubDate>Tue, 12 Mar 2019 10:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-a-substring-enclosed-inside-brackets-from-a-string/m-p/2242486#M29296</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-12T10:26:28Z</dc:date>
    </item>
  </channel>
</rss>

