<?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: Find few letter and replace whole word in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548568#M76529</link>
    <description>Thanks Jthi</description>
    <pubDate>Fri, 23 Sep 2022 09:51:51 GMT</pubDate>
    <dc:creator>chandankishor66</dc:creator>
    <dc:date>2022-09-23T09:51:51Z</dc:date>
    <item>
      <title>Find few letter and replace whole word</title>
      <link>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548522#M76527</link>
      <description>&lt;P&gt;Hello JMP community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for your help to write a script who can find "PF"&amp;nbsp; OR "F" from column 1 and put "prefermentor: or "fermentor: name in column 2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chandankishor66_0-1663916314832.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45722i3A77B3863649EB75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_0-1663916314832.png" alt="chandankishor66_0-1663916314832.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:58:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548522#M76527</guid>
      <dc:creator>chandankishor66</dc:creator>
      <dc:date>2023-06-09T15:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find few letter and replace whole word</title>
      <link>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548560#M76528</link>
      <description>&lt;P&gt;With the provided information something like this should work and it is quite simple (create new formula column with it):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(Ends With(:Column1, "PF"),
	"prefermentor",
Ends With(:Column1, "F"),
	"fermentor"
,
	""
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Sep 2022 08:37:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548560#M76528</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-09-23T08:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find few letter and replace whole word</title>
      <link>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548568#M76529</link>
      <description>Thanks Jthi</description>
      <pubDate>Fri, 23 Sep 2022 09:51:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-few-letter-and-replace-whole-word/m-p/548568#M76529</guid>
      <dc:creator>chandankishor66</dc:creator>
      <dc:date>2022-09-23T09:51:51Z</dc:date>
    </item>
  </channel>
</rss>

