<?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 any words after the fourth location in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/extract-any-words-after-the-fourth-location/m-p/822285#M324704</link>
    <description>&lt;P&gt;Hi all, an example of what I want is below:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;original string&lt;/TD&gt;&lt;TD&gt;what I want&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;G01S7&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B32B3&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B32B2605&lt;/TD&gt;&lt;TD&gt;2605&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F05B2240&lt;/TD&gt;&lt;TD&gt;2240&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to extract any numbers/ substrings after the fourth position of the original string. May I know if there is a way to do so? Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 14:35:28 GMT</pubDate>
    <dc:creator>Jarvin99</dc:creator>
    <dc:date>2022-07-08T14:35:28Z</dc:date>
    <item>
      <title>extract any words after the fourth location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/extract-any-words-after-the-fourth-location/m-p/822285#M324704</link>
      <description>&lt;P&gt;Hi all, an example of what I want is below:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;original string&lt;/TD&gt;&lt;TD&gt;what I want&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;G01S7&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B32B3&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B32B2605&lt;/TD&gt;&lt;TD&gt;2605&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;F05B2240&lt;/TD&gt;&lt;TD&gt;2240&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to extract any numbers/ substrings after the fourth position of the original string. May I know if there is a way to do so? Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 14:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/extract-any-words-after-the-fourth-location/m-p/822285#M324704</guid>
      <dc:creator>Jarvin99</dc:creator>
      <dc:date>2022-07-08T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: extract any words after the fourth location</title>
      <link>https://communities.sas.com/t5/SAS-Programming/extract-any-words-after-the-fourth-location/m-p/822287#M324705</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;want=substr(have,5);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Jul 2022 14:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/extract-any-words-after-the-fourth-location/m-p/822287#M324705</guid>
      <dc:creator>AlexBennasar</dc:creator>
      <dc:date>2022-07-08T14:45:51Z</dc:date>
    </item>
  </channel>
</rss>

