<?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: Using Regex to find superscript in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203225#M4516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you Patrick.&amp;nbsp; If its an RTF destination then the actual RTF code should be present.&amp;nbsp; However PDF for instance may be more difficult.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 09:47:02 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-03-18T09:47:02Z</dc:date>
    <item>
      <title>Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203219#M4510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you recommend Regex to find superscripting in data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I need to find occurrences of ordinals using the superscripted st, nd, rd, th.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203219#M4510</guid>
      <dc:creator>kohloffm</dc:creator>
      <dc:date>2015-03-17T12:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203220#M4511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you looking for ? What does your data look like .Better make an example to explain your question .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;\d+st&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;\d+&lt;/SPAN&gt;nd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;\d+&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;rd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;\d+&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;th&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;Xia Keshan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203220#M4511</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-03-17T13:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203221#M4512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally agree with &lt;A __default_attr="645292" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: Provide sample data and the expected result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:12:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203221#M4512</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-03-17T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203222#M4513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example below I list some products with descriptions containing superscripted ordinals.&amp;nbsp; I want to find any product description that has a raised st, nd, rd or th.&amp;nbsp; I do not need to find products that don't have the raised lettering, such as in the examples 1st, 2nd, 3rd or 4th.&lt;IMG alt="Superscript Example.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9589_Superscript Example.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203222#M4513</guid>
      <dc:creator>kohloffm</dc:creator>
      <dc:date>2015-03-17T13:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203223#M4514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so. I believe that the superscripted letters are just regular letters with a different font, and I can't see anything in REGEX documentation that deals with fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll be interested to see if a REGEX expert can provide better insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 14:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203223#M4514</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-03-17T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203224#M4515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide some actual sample data as close to your real data as possible (eg. as an attachment) and not only a screen shot. If these are actual superscripts then I would expect that this information must be stored somewhere in the string (so when looking at the actual hex values used) - and if this is the case then we can look for such hex values to identify your superscript stuff. But in order to figure this out we need actual data from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at your screenshot: Would it also be possible to simply search for "1st", "2nd", "3rd", "&amp;lt;any other single digit or more than one digit&amp;gt;th"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 09:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203224#M4515</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2015-03-18T09:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203225#M4516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you Patrick.&amp;nbsp; If its an RTF destination then the actual RTF code should be present.&amp;nbsp; However PDF for instance may be more difficult.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 09:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203225#M4516</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-03-18T09:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Regex to find superscript</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203226#M4517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS knows of no superscription in it's data, character variables are just strings of bytes.&lt;/P&gt;&lt;P&gt;Any superscription that you see comes from output formatting, not from the data.&lt;/P&gt;&lt;P&gt;Can you show the SAS code that produced this: &lt;IMG alt="https://communities.sas.com/servlet/JiveServlet/showImage/2-262847-9589/Superscript+Example.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/9607_Superscript+Example.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Using-Regex-to-find-superscript/m-p/203226#M4517</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-18T10:43:08Z</dc:date>
    </item>
  </channel>
</rss>

