<?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 How to split a group of words? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-split-a-group-of-words/m-p/252351#M4645</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;example:&lt;BR /&gt;
             test="中文English123"  &lt;BR /&gt;
              Change into &lt;BR /&gt;
&lt;BR /&gt;
             test1="中文"&lt;BR /&gt;
             test2="English"&lt;BR /&gt;
             test3= "123"&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Dec 2017 01:52:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-12T01:52:54Z</dc:date>
    <item>
      <title>How to split a group of words?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-split-a-group-of-words/m-p/252351#M4645</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;example:&lt;BR /&gt;
             test="中文English123"  &lt;BR /&gt;
              Change into &lt;BR /&gt;
&lt;BR /&gt;
             test1="中文"&lt;BR /&gt;
             test2="English"&lt;BR /&gt;
             test3= "123"&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Dec 2017 01:52:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-split-a-group-of-words/m-p/252351#M4645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T01:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a group of words?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-split-a-group-of-words/m-p/252352#M4646</link>
      <description>Parsing or breaking up a string into words is easier if there is a space or punctuation symbol between words, but in your case the split or parse is based on finding a character that is not in the same set as the first character that you want matched/grouped.  Same type of process though.&lt;BR /&gt;
&lt;BR /&gt;
You have to program this with a loop that iterates through the string and builds an array of the parsed/matched words from your original string.  GDL is very close to the old BASIC language - not exactly, but close enough.  You can find many examples on the web of parsing strings.&lt;BR /&gt;
&lt;BR /&gt;
You want to look at the GDL Reference Manual, in the chapter Expressions and Functions &amp;gt; String Functions</description>
      <pubDate>Tue, 12 Dec 2017 23:17:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-split-a-group-of-words/m-p/252352#M4646</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2017-12-12T23:17:22Z</dc:date>
    </item>
  </channel>
</rss>

