<?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: [resolved] regex to replace html tags in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341748#M109675</link>
    <description>Hello 
&lt;BR /&gt;Can you give us an exmaple of your string and what are your expected result?
&lt;BR /&gt;I tested a simple example on TOS3.2.0 and it works well.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Fri, 23 Oct 2009 04:35:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-23T04:35:22Z</dc:date>
    <item>
      <title>[resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341747#M109674</link>
      <description>Hello,&lt;BR /&gt;I want to use a regex with treplace component to erase all the HTML tags, I've try tried "&amp;lt;.*?.&amp;gt;" but it doesn't work.&lt;BR /&gt;Can you help please ?&lt;BR /&gt;Thank you</description>
      <pubDate>Sat, 16 Nov 2024 13:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341747#M109674</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341748#M109675</link>
      <description>Hello 
&lt;BR /&gt;Can you give us an exmaple of your string and what are your expected result?
&lt;BR /&gt;I tested a simple example on TOS3.2.0 and it works well.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 23 Oct 2009 04:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341748#M109675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-23T04:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341749#M109676</link>
      <description>For example :&lt;BR /&gt;I have :&lt;BR /&gt;&amp;lt;TAG&amp;gt;my text&amp;lt;TAG&amp;gt;&lt;BR /&gt;And I want, with treplace component to have just :&lt;BR /&gt;my text</description>
      <pubDate>Fri, 23 Oct 2009 08:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341749#M109676</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-10-23T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341750#M109677</link>
      <description>Hello 
&lt;BR /&gt;Yes, it works fine on my machine. 
&lt;BR /&gt;please log in as a member of forum and load some screenshots of your job. 
&lt;BR /&gt;Best regars 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 23 Oct 2009 08:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341750#M109677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-23T08:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341751#M109678</link>
      <description>Hello chong,
&lt;BR /&gt;Oh You are right, "&amp;lt;.*?.&amp;gt;" is OK I don't know why It didn't work first, maybee I didn't wrtie "&amp;lt;.*?.&amp;gt;" exactly... sorry &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341751#M109678</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-10-23T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341752#M109679</link>
      <description>Hello,
&lt;BR /&gt;I have the same issue but with several html tags in my string, something like this:
&lt;BR /&gt;Text&amp;lt;span class="tx"&amp;gt;&amp;lt;strong&amp;gt;Text&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Text&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;
&lt;BR /&gt;I can't have a good result with your solution with search "&amp;lt;.*?.&amp;gt;" . I also change remove de check in Entirely Match.
&lt;BR /&gt;
&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 16 Dec 2011 16:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341752#M109679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-16T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] regex to replace html tags</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341753#M109680</link>
      <description>Hi. I guess the screenshot by Shong could be missleading. At least in my version it works only when using the !!!Advanced Mode!!! section with "&amp;lt;.*?.&amp;gt;" .</description>
      <pubDate>Mon, 09 Jan 2012 20:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-regex-to-replace-html-tags/m-p/2341753#M109680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-09T20:44:33Z</dc:date>
    </item>
  </channel>
</rss>

