<?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: How to match float values with special charcters like &amp;gt;,&amp;lt;,+,- in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821937#M324517</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/309000"&gt;@raja777pharma&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To prevent "&lt;FONT face="courier new,courier"&gt;&amp;gt;-+&lt;/FONT&gt;" from being misinterpreted as a range you can escape the minus sign with a backslash:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;/^[&amp;lt;&amp;gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;\&lt;/STRONG&gt;&lt;/FONT&gt;-+]?\d*\.?\d+$/&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Or simply avoid putting it &lt;EM&gt;between&lt;/EM&gt; two characters:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;/^[&amp;lt;&amp;gt;+&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/FONT&gt;]?\d*\.?\d+$/&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 21:14:03 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2022-07-06T21:14:03Z</dc:date>
    <item>
      <title>How to match float values with special charcters like &gt;,&lt;,+,-</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821825#M324473</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find the float numeric values with prxmatch but I am getting errors as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raja777pharma_0-1657111549536.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72975iF8813CABC122CBD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raja777pharma_0-1657111549536.png" alt="raja777pharma_0-1657111549536.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is to match the below values is = prxmatch("/^[&amp;lt;&amp;gt;-+]?\d*\.\d+$")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Values to match like = 123 , +23 , 34.56, -234.5, &amp;gt;93, &amp;lt;87, &amp;lt;67.87.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plase help me to mathc the above values with prxmatch.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rajasekhar.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821825#M324473</guid>
      <dc:creator>raja777pharma</dc:creator>
      <dc:date>2022-07-06T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to match float values with special charcters like &gt;,&lt;,+,-</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821826#M324474</link>
      <description>&lt;P&gt;Please show us the &lt;FONT color="#FF0000"&gt;entire&lt;/FONT&gt; log for this DATA step. Copy the log as text, paste it into the window that appears when you click on the &amp;lt;/&amp;gt; icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Insert Log Icon in SAS Communities.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66171iFEC370B1DBF07B28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Insert Log Icon in SAS Communities.png" alt="Insert Log Icon in SAS Communities.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 13:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821826#M324474</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-06T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to match float values with special charcters like &gt;,&lt;,+,-</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821839#M324483</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is log screen shot with proc sql step.&lt;/P&gt;&lt;P&gt;I can't copy the log as the copy is not working from my SAS EG&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raja777pharma_0-1657114824011.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72980i5D83FD97ADF36F2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raja777pharma_0-1657114824011.png" alt="raja777pharma_0-1657114824011.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rajasekhar.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 13:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821839#M324483</guid>
      <dc:creator>raja777pharma</dc:creator>
      <dc:date>2022-07-06T13:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to match float values with special charcters like &gt;,&lt;,+,-</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821937#M324517</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/309000"&gt;@raja777pharma&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To prevent "&lt;FONT face="courier new,courier"&gt;&amp;gt;-+&lt;/FONT&gt;" from being misinterpreted as a range you can escape the minus sign with a backslash:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;/^[&amp;lt;&amp;gt;&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;\&lt;/STRONG&gt;&lt;/FONT&gt;-+]?\d*\.?\d+$/&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;Or simply avoid putting it &lt;EM&gt;between&lt;/EM&gt; two characters:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;/^[&amp;lt;&amp;gt;+&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/FONT&gt;]?\d*\.?\d+$/&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 21:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-match-float-values-with-special-charcters-like-gt-lt/m-p/821937#M324517</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-07-06T21:14:03Z</dc:date>
    </item>
  </channel>
</rss>

