<?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 how to find position of character in a string in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89253#M39671</link>
    <description>How to find nth character in a string.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;like find the 5th character in a "Blueprism".&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bharath Nakkala&lt;BR /&gt;------------------------------</description>
    <pubDate>Mon, 08 Aug 2022 08:10:00 GMT</pubDate>
    <dc:creator>NakkalaBharath</dc:creator>
    <dc:date>2022-08-08T08:10:00Z</dc:date>
    <item>
      <title>how to find position of character in a string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89253#M39671</link>
      <description>How to find nth character in a string.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;like find the 5th character in a "Blueprism".&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bharath Nakkala&lt;BR /&gt;------------------------------</description>
      <pubDate>Mon, 08 Aug 2022 08:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89253#M39671</guid>
      <dc:creator>NakkalaBharath</dc:creator>
      <dc:date>2022-08-08T08:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to find position of character in a string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89254#M39672</link>
      <description>Hi you can use "Mid"&amp;nbsp; function from the expressions editor of calc stage.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24089.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24219iBE775D25767996D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="24089.png" alt="24089.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2022 08:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89254#M39672</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-08-08T08:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to find position of character in a string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89255#M39673</link>
      <description>Thank you for guiding me.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bharath Nakkala&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2022 08:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89255#M39673</guid>
      <dc:creator>NakkalaBharath</dc:creator>
      <dc:date>2022-08-08T08:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to find position of character in a string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89256#M39674</link>
      <description>Hey can you help me with another doubt ,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; take the decision in case your string contain alphabet "S"?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bharath Nakkala&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2022 09:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89256#M39674</guid>
      <dc:creator>NakkalaBharath</dc:creator>
      <dc:date>2022-08-08T09:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to find position of character in a string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89257#M39675</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/16301"&gt;@NakkalaBharath&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;For this, you need to know the char index of the search character.&lt;BR /&gt;&lt;BR /&gt;You need to use the VBO "Utility - Strings"​ with the Action "InStrRev". This actions gives you the position of the search text.&lt;BR /&gt;&lt;BR /&gt;If the position is greater than 0, means that the search text was found in the original text.&lt;BR /&gt;&lt;BR /&gt;The structure looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24094.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24226iEEFAF7BF074493E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="24094.png" alt="24094.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="24095.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/24229i6DA48E9A0C6B4263/image-size/large?v=v2&amp;amp;px=999" role="button" title="24095.png" alt="24095.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!!&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2022 09:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/how-to-find-position-of-character-in-a-string/m-p/89257#M39675</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-08-08T09:51:00Z</dc:date>
    </item>
  </channel>
</rss>

