<?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 cut the string after a SPECIFIC symbol? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621994#M82101</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;word(-1, :File Path, "\/" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;reverse(substr(reverse(:File Path),1,contains(reverse(:File Path), "\") -1 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 12 Apr 2023 20:33:26 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-04-12T20:33:26Z</dc:date>
    <item>
      <title>How to cut the string after a SPECIFIC symbol?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621981#M82097</link>
      <description>&lt;P&gt;I have a column of strings with the &lt;STRONG&gt;full&lt;/STRONG&gt; File Path + File Name. I need to isolate specifically the File Name in the next column. Is there a way to do it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex19_2-1681330445473.png" style="width: 1025px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51910i14528D8CA11C813C/image-dimensions/1025x141?v=v2" width="1025" height="141" role="button" title="Alex19_2-1681330445473.png" alt="Alex19_2-1681330445473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: I entered the File Name manually.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you all in advance!&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 00:00:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621981#M82097</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2023-06-11T00:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut the string after a SPECIFIC symbol?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621992#M82099</link>
      <description>&lt;P&gt;A small clarification - as a pseudo-code I'd need something like that: cut string before the first "\" when scanning the string from the right-to-left. My problem is that I can have Path and File Name of variable lengths, so, cannot use "Left" or "Right" functions with the fixed # of characters to isolate...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex19_2-1681331298938.png" style="width: 1097px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51915i6ABD1897B8E2CE74/image-dimensions/1097x133?v=v2" width="1097" height="133" role="button" title="Alex19_2-1681331298938.png" alt="Alex19_2-1681331298938.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 20:29:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621992#M82099</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2023-04-12T20:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut the string after a SPECIFIC symbol?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621994#M82101</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;word(-1, :File Path, "\/" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;reverse(substr(reverse(:File Path),1,contains(reverse(:File Path), "\") -1 ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Apr 2023 20:33:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/621994#M82101</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-04-12T20:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to cut the string after a SPECIFIC symbol?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/622001#M82102</link>
      <description>&lt;P&gt;Oh this is beautiful! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 20:37:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-cut-the-string-after-a-SPECIFIC-symbol/m-p/622001#M82102</guid>
      <dc:creator>Alex19</dc:creator>
      <dc:date>2023-04-12T20:37:22Z</dc:date>
    </item>
  </channel>
</rss>

