<?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: scan and remove the first few character of a sentence in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210519#M2924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Description = substr(Description, 1+index(Description, '.'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 19:20:54 GMT</pubDate>
    <dc:creator>RobertWoodruff</dc:creator>
    <dc:date>2015-06-19T19:20:54Z</dc:date>
    <item>
      <title>scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210517#M2922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone tell me how do I remove everything including the first period (.) and space from the onservation?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. My Name is John&lt;/P&gt;&lt;P&gt;202&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10. I am a boy. I go to school&lt;/P&gt;&lt;P&gt;302&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 502. I work. I read.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My final output will be:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Description2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;My Name is John&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;My Name is John&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;202&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I am a boy. I go to school.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I am a boy. I go to school.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;302&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 502. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I work. I read. &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I work. I read. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I wrote the following code, but it does not help if period (.) and space occurs second time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data out;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Description2&lt;/SPAN&gt; = scan(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Description&lt;/SPAN&gt;,2,'.');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:11:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210517#M2922</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-06-19T19:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210518#M2923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too have the same issue so I will be interested to see what the solution might be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text field that can contain the word "ZIP" somewhere in the string. I need to remove everything from the word ZIP to the end of the string. The word ZIP can occur anyplace so I'm not at all sure how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for asking the question. I'll follow and hopefully it will work for me as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210518#M2923</guid>
      <dc:creator>Jeff_DOC</dc:creator>
      <dc:date>2015-06-19T19:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210519#M2924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Description = substr(Description, 1+index(Description, '.'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:20:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210519#M2924</guid>
      <dc:creator>RobertWoodruff</dc:creator>
      <dc:date>2015-06-19T19:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210520#M2925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Thanks for your code. I worked, but still leave a space at the beginning of the sentence. Can you please tell me how to fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210520#M2925</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-06-19T19:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210521#M2926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;Description = substr(Description, &lt;STRONG&gt;2&lt;/STRONG&gt;+index(Description, '.'));&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210521#M2926</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-19T19:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210522#M2927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Different ways to handle this. A general method could be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description = strip(substr(Description, 1+index(Description, '.'))); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210522#M2927</guid>
      <dc:creator>RobertWoodruff</dc:creator>
      <dc:date>2015-06-19T19:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210523#M2928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a bunch Robert, it worked!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210523#M2928</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-06-19T19:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210524#M2929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Robert,&lt;/P&gt;&lt;P&gt;can you please tell me what does this &lt;SPAN style="font-family: 'Courier New'; background-color: #ffffff; font-size: 13.3333320617676px;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;+index function does? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;Also just found out from the other member that 2+index also does eliminate the space.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 19:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210524#M2929</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-06-19T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210525#M2930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The index function returns the position in the searched string of the start of the target string. Since that is a number then you can do arithmetic to adjust a position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;1. My Name is John&lt;/P&gt;&lt;P&gt;The . is in position 2 and that is what Index returned. Add 1 and it gets the position of the space after the first '.'&lt;/P&gt;&lt;P&gt;So the result of starting at position 3 with the Substr function is " My Name is John".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 21:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210525#M2930</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-19T21:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210526#M2931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also try the pearl regular expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input id description &amp;amp;:$200.;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;description2=prxchange('s/\d+[.]//',-1,description);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;cards; &lt;/P&gt;&lt;P&gt;101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. My Name is John&lt;/P&gt;&lt;P&gt;202&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10. I am a boy. I go to school&lt;/P&gt;&lt;P&gt;302&amp;nbsp;&amp;nbsp;&amp;nbsp; 502. I work. I read.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 02:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210526#M2931</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-06-20T02:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210527#M2932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also search for the position of first character which is an alphabetic character - &lt;SPAN style="font-size: 13.3333330154419px;"&gt;findc(description,,'&lt;STRONG&gt;a&lt;/STRONG&gt;') - &lt;/SPAN&gt;and then substr() from there.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/67398/HTML/default/viewer.htm#n1mdh2gvd5potjn14jipysvzn4o7.htm" title="http://support.sas.com/documentation/cdl/en/lefunctionsref/67398/HTML/default/viewer.htm#n1mdh2gvd5potjn14jipysvzn4o7.htm"&gt;SAS(R) 9.4 Functions and CALL Routines: Reference, Third Edition&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data sample;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile datalines dsd dlm='|';&lt;/P&gt;&lt;P&gt;&amp;nbsp; input id description:$40.;&lt;/P&gt;&lt;P&gt;&amp;nbsp; description2=substrn(description,findc(description,,'a'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;101|1. My Name is John&lt;/P&gt;&lt;P&gt;202|10. I am a boy. I go to school&lt;/P&gt;&lt;P&gt;302|502. I work. I read.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 04:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210527#M2932</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-06-20T04:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210528#M2933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3&gt;Code: Program&lt;/H3&gt;&lt;DIV class="sce-html-export" style="font-family: 'Courier New', Menlo, 'Lucida Console';"&gt;&lt;PRE class="sce-render" style="font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px;"&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;data&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt;have&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;input&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;id&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;description&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="format" style="color: #008080;"&gt;$200.&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;description2&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black;"&gt;prxchange&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #800080;"&gt;'s/^\d+\.\s+//'&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="numeric" style="color: #008080; font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;description&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="keyword" style="color: #0000ff;"&gt;cards&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="cards-data" style="color: #bb9905;"&gt;101 1. My Name is John&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="cards-data" style="color: #bb9905;"&gt;202 10. I am a boy. I go to school&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="cards-data" style="color: #bb9905;"&gt;302 502. I work. I read.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="sec-keyword" style="color: #000080; font-weight: bold;"&gt;run&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black;"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN class="sep" style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 04:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210528#M2933</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-06-20T04:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210529#M2934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xia, that's helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 00:41:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210529#M2934</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-06-22T00:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210530#M2935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Thanks Xia, that's helpful!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 00:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210530#M2935</guid>
      <dc:creator>mlogan</dc:creator>
      <dc:date>2015-06-22T00:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: scan and remove the first few character of a sentence</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210531#M2936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So glad you're getting some help, &lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="865004" data-username="mlogan" href="https://communities.sas.com/people/mlogan" id="jive-86500450374349505868186"&gt;mlogan!&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark correct or helpful answers for other community members' reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 17:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/scan-and-remove-the-first-few-character-of-a-sentence/m-p/210531#M2936</guid>
      <dc:creator>AnnaBrown</dc:creator>
      <dc:date>2015-06-22T17:36:17Z</dc:date>
    </item>
  </channel>
</rss>

