<?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 Split text in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Split-text/m-p/242384#M3646</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
What I have is an object where the user can input a link.&lt;BR /&gt;
What I would like to do is tell if the string contains "www." or "http" at the beginning. &lt;BR /&gt;
&lt;BR /&gt;
How can I achieve this? I assume it would be by using the split function.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Sep 2018 10:59:07 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2018-09-12T10:59:07Z</dc:date>
    <item>
      <title>Split text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Split-text/m-p/242384#M3646</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
What I have is an object where the user can input a link.&lt;BR /&gt;
What I would like to do is tell if the string contains "www." or "http" at the beginning. &lt;BR /&gt;
&lt;BR /&gt;
How can I achieve this? I assume it would be by using the split function.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Sep 2018 10:59:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Split-text/m-p/242384#M3646</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-09-12T10:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Split text</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Split-text/m-p/242385#M3647</link>
      <description>&lt;PRE&gt;IF STRSTR(_link_name, "www.") OR STRSTR(_link_name, "http://") THEN ...&lt;/PRE&gt;
tells if the string contains the substring.&lt;BR /&gt;
With STRSUB you can check the position of the substring.</description>
      <pubDate>Wed, 12 Sep 2018 11:12:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Split-text/m-p/242385#M3647</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2018-09-12T11:12:31Z</dc:date>
    </item>
  </channel>
</rss>

