<?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 Extract data using Reg expression extraction utility in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Extract-data-using-Reg-expression-extraction-utility/m-p/83833#M35060</link>
    <description>Hi I have this pattern -&amp;gt; (?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&amp;amp;@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&amp;amp;@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&amp;amp;@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&amp;amp;@#\/%=~_|$])

for extracting url from a text. The thing is I don't know ahead of time how many url's would be there in text. How will this work using utility string extract regex values?</description>
    <pubDate>Fri, 09 Nov 2018 14:56:00 GMT</pubDate>
    <dc:creator>KarthikR</dc:creator>
    <dc:date>2018-11-09T14:56:00Z</dc:date>
    <item>
      <title>Extract data using Reg expression extraction utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-data-using-Reg-expression-extraction-utility/m-p/83833#M35060</link>
      <description>Hi I have this pattern -&amp;gt; (?:(?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&amp;amp;@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&amp;amp;@#\/%=~_|$?!:,.])*(?:\([-A-Z0-9+&amp;amp;@#\/%=~_|$?!:,.]*\)|[A-Z0-9+&amp;amp;@#\/%=~_|$])

for extracting url from a text. The thing is I don't know ahead of time how many url's would be there in text. How will this work using utility string extract regex values?</description>
      <pubDate>Fri, 09 Nov 2018 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-data-using-Reg-expression-extraction-utility/m-p/83833#M35060</guid>
      <dc:creator>KarthikR</dc:creator>
      <dc:date>2018-11-09T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Hello,
That action uses…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extract-data-using-Reg-expression-extraction-utility/m-p/83834#M35061</link>
      <description>Hello,
That action uses Regex.Match(). As per the documentation it will extract the first value it can find. If you'd like to get all the matches, you may
create an action using Regex.Matches(), or
you may keep calling extract regex values and removing the found matches&amp;nbsp;from the string with Replace(). Please note, if a short URL is contained within a longer one, the longer one may not be found.</description>
      <pubDate>Mon, 12 Nov 2018 13:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extract-data-using-Reg-expression-extraction-utility/m-p/83834#M35061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T13:36:00Z</dc:date>
    </item>
  </channel>
</rss>

