<?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 Re: Is there a function in GDL to find a specific character in a sentence? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341796#M1945</link>
    <description>&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;ns = STRSTR ("I am a Boy", "am")&lt;BR /&gt;return 3&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 10:12:30 GMT</pubDate>
    <dc:creator>LeeJaeYoung</dc:creator>
    <dc:date>2022-06-20T10:12:30Z</dc:date>
    <item>
      <title>Is there a function in GDL to find a specific character in a sentence?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341786#M1943</link>
      <description>&lt;P&gt;Is there a function in GDL to find a specific character in a sentence?&lt;BR /&gt;(I am trying to find out if there is a letter "am" in the sentence "I am a boy.")&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 09:53:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341786#M1943</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2022-06-20T09:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function in GDL to find a specific character in a sentence?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341790#M1944</link>
      <description>&lt;P&gt;STRSTR (string_expression1, string_expression2[, case_insensitivity])&lt;BR /&gt;Returns the (integer) position of the first appearance of the second string in the first string. If the first string doesn’t contain the second one,&lt;BR /&gt;the function returns 0.&lt;BR /&gt;Note: In case string_expression2 is an empty string, the function returns 1.&lt;BR /&gt;case_insensitivity:&lt;BR /&gt;0 or not set: Case sensitive&lt;BR /&gt;1: Case insensitive&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 10:00:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341790#M1944</guid>
      <dc:creator>Miha Nahtigal</dc:creator>
      <dc:date>2022-06-20T10:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function in GDL to find a specific character in a sentence?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341796#M1945</link>
      <description>&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;ns = STRSTR ("I am a Boy", "am")&lt;BR /&gt;return 3&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 10:12:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-function-in-GDL-to-find-a-specific-character-in-a/m-p/341796#M1945</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2022-06-20T10:12:30Z</dc:date>
    </item>
  </channel>
</rss>

