<?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: Removing Part of a string of variable length in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851576#M102567</link>
    <description>&lt;P&gt;Thank you both! Regex didn't work, but Jim's solution did work.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2025 16:32:06 GMT</pubDate>
    <dc:creator>dn610</dc:creator>
    <dc:date>2025-03-24T16:32:06Z</dc:date>
    <item>
      <title>Removing Part of a string of variable length</title>
      <link>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851157#M102562</link>
      <description>&lt;P&gt;Hi - I'm trying to remove the IDs from the Name column (e.g. C17-2612.4 2612.4, C23, etc.). Can someone help me with the jsl?&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="dn610_0-1742831434753.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/74170i95B4DD716C59AD52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dn610_0-1742831434753.png" alt="dn610_0-1742831434753.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 15:55:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851157#M102562</guid>
      <dc:creator>dn610</dc:creator>
      <dc:date>2025-03-24T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Part of a string of variable length</title>
      <link>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851371#M102563</link>
      <description>&lt;P&gt;Here is one approach&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
For Each Row(
	name = Substr(
		name,
		Length( Word( 1, name, "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ) ) + 2
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Mar 2025 16:13:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851371#M102563</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-03-24T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Part of a string of variable length</title>
      <link>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851456#M102565</link>
      <description>&lt;P&gt;Regex like this might work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Regex(:Name, "C.* ([A-Z].*)", "\1")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Mar 2025 16:20:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851456#M102565</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-24T16:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Part of a string of variable length</title>
      <link>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851576#M102567</link>
      <description>&lt;P&gt;Thank you both! Regex didn't work, but Jim's solution did work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 16:32:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Removing-Part-of-a-string-of-variable-length/m-p/851576#M102567</guid>
      <dc:creator>dn610</dc:creator>
      <dc:date>2025-03-24T16:32:06Z</dc:date>
    </item>
  </channel>
</rss>

