<?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 Only select rows where the first character of the contained string is a number, not a letter in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Only-select-rows-where-the-first-character-of-the-contained/m-p/225591#M44790</link>
    <description>&lt;P&gt;How can I use JSL to only select rows that contain a string that begins with a number, while ignoring strings that begin with a letter?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2019 17:28:40 GMT</pubDate>
    <dc:creator>twillkickers</dc:creator>
    <dc:date>2019-09-12T17:28:40Z</dc:date>
    <item>
      <title>Only select rows where the first character of the contained string is a number, not a letter</title>
      <link>https://community.jmp.com/t5/Discussions/Only-select-rows-where-the-first-character-of-the-contained/m-p/225591#M44790</link>
      <description>&lt;P&gt;How can I use JSL to only select rows that contain a string that begins with a number, while ignoring strings that begin with a letter?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 17:28:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Only-select-rows-where-the-first-character-of-the-contained/m-p/225591#M44790</guid>
      <dc:creator>twillkickers</dc:creator>
      <dc:date>2019-09-12T17:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Only select rows where the first character of the contained string is a number, not a letter</title>
      <link>https://community.jmp.com/t5/Discussions/Only-select-rows-where-the-first-character-of-the-contained/m-p/225600#M44791</link>
      <description>&lt;P&gt;There are several ways to do this. Here are two examples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; select where(!Is Missing(Num(Left(:data[], 1))));

dt &amp;lt;&amp;lt; select where(!Is Missing(Regex(Left(:data[], 1), "^\d")));
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Sep 2019 17:47:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Only-select-rows-where-the-first-character-of-the-contained/m-p/225600#M44791</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2019-09-12T17:47:07Z</dc:date>
    </item>
  </channel>
</rss>

