<?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 Get Particular string from total text in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83902#M35115</link>
    <description>Hi Team,

I have Text like below&amp;nbsp;

Name: Dr.John Smith

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; California,AD,

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 200 Atlanta.

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel:001-000000000 Fax: 202-010000000.

From the above text i need to extract First line of the string and 3rd line of the string. I need to get below output.

Dr.John Smith is store it in one data item&amp;nbsp;

and 200 Atlanta need to store it in other data item.

&amp;nbsp;

&amp;nbsp;

Any one can you please help me on this i need bit urgent. I was strucking in middle of the development.</description>
    <pubDate>Mon, 05 Mar 2018 11:23:00 GMT</pubDate>
    <dc:creator>ThulasiramP</dc:creator>
    <dc:date>2018-03-05T11:23:00Z</dc:date>
    <item>
      <title>Get Particular string from total text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83902#M35115</link>
      <description>Hi Team,

I have Text like below&amp;nbsp;

Name: Dr.John Smith

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; California,AD,

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 200 Atlanta.

&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel:001-000000000 Fax: 202-010000000.

From the above text i need to extract First line of the string and 3rd line of the string. I need to get below output.

Dr.John Smith is store it in one data item&amp;nbsp;

and 200 Atlanta need to store it in other data item.

&amp;nbsp;

&amp;nbsp;

Any one can you please help me on this i need bit urgent. I was strucking in middle of the development.</description>
      <pubDate>Mon, 05 Mar 2018 11:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83902#M35115</guid>
      <dc:creator>ThulasiramP</dc:creator>
      <dc:date>2018-03-05T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Hello,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83903#M35116</link>
      <description>Hello,
&amp;nbsp;
If the structure of the text is always the same so the easiest way is to use Utility - Strings and just split lines.
Another way is to use regular expressions.</description>
      <pubDate>Mon, 05 Mar 2018 12:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83903#M35116</guid>
      <dc:creator>JonasStefanovic</dc:creator>
      <dc:date>2018-03-05T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Search about Regex in…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83904#M35117</link>
      <description>Search about Regex in Utility-Strings.</description>
      <pubDate>Tue, 06 Mar 2018 03:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Particular-string-from-total-text/m-p/83904#M35117</guid>
      <dc:creator>HarjyotMalik</dc:creator>
      <dc:date>2018-03-06T03:11:00Z</dc:date>
    </item>
  </channel>
</rss>

