<?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 If replacing the space also… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54796#M9216</link>
    <description>If replacing the space also doens't work, then it must be checked against the&amp;nbsp;ASCII equivalent of \t.&amp;nbsp;
&amp;nbsp;
Tyr the following approach:&amp;nbsp;
&amp;nbsp;

string strWithTabs = ""here is a string\twith a tab""; 
char tab = '\u0009'; 
String line = strWithTabs.Replace(tab.ToString(), """");&amp;nbsp;</description>
    <pubDate>Mon, 10 Sep 2018 07:43:00 GMT</pubDate>
    <dc:creator>Joshi_KumarA_V</dc:creator>
    <dc:date>2018-09-10T07:43:00Z</dc:date>
    <item>
      <title>How to replace tabs with commas in string function Replace?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54793#M9213</link>
      <description>Looking for how to use Replace for keys such as tab?

Tried Replace([string1], "\t",[string2]) . This does not appear to work.

Thanks</description>
      <pubDate>Thu, 06 Sep 2018 01:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54793#M9213</guid>
      <dc:creator>CR</dc:creator>
      <dc:date>2018-09-06T01:24:00Z</dc:date>
    </item>
    <item>
      <title>Sorry actually the above…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54794#M9214</link>
      <description>Sorry actually the above should be&amp;nbsp; Replace([string1], ""\t"", "",""). \t does not seem to be recognized.</description>
      <pubDate>Thu, 06 Sep 2018 01:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54794#M9214</guid>
      <dc:creator>CR</dc:creator>
      <dc:date>2018-09-06T01:27:00Z</dc:date>
    </item>
    <item>
      <title>Try copying the tab(Means…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54795#M9215</link>
      <description>Try copying the tab(Means the space, copy it from data item where you have your string stored) and paste it in place of \t .
Replace([Data1],""&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "","","").&amp;nbsp; this worked for me
&amp;nbsp;
Thanks
&amp;nbsp;</description>
      <pubDate>Fri, 07 Sep 2018 18:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54795#M9215</guid>
      <dc:creator>AbhilashSingha1</dc:creator>
      <dc:date>2018-09-07T18:07:00Z</dc:date>
    </item>
    <item>
      <title>If replacing the space also…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54796#M9216</link>
      <description>If replacing the space also doens't work, then it must be checked against the&amp;nbsp;ASCII equivalent of \t.&amp;nbsp;
&amp;nbsp;
Tyr the following approach:&amp;nbsp;
&amp;nbsp;

string strWithTabs = ""here is a string\twith a tab""; 
char tab = '\u0009'; 
String line = strWithTabs.Replace(tab.ToString(), """");&amp;nbsp;</description>
      <pubDate>Mon, 10 Sep 2018 07:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-replace-tabs-with-commas-in-string-function-Replace/m-p/54796#M9216</guid>
      <dc:creator>Joshi_KumarA_V</dc:creator>
      <dc:date>2018-09-10T07:43:00Z</dc:date>
    </item>
  </channel>
</rss>

