<?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 do I check for Spaces in A Text String? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55315#M9672</link>
    <description>Hi all,

Any ideas on how to check for spaces in a text string?

Currently, I have split text by length into a line text. It removed all of my spaces after I've split my text value.

Any ideas will be much appreciated.

Thanks,
Rachel</description>
    <pubDate>Mon, 12 Jun 2017 13:56:00 GMT</pubDate>
    <dc:creator>rachel_py_tan</dc:creator>
    <dc:date>2017-06-12T13:56:00Z</dc:date>
    <item>
      <title>How do I check for Spaces in A Text String?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55315#M9672</link>
      <description>Hi all,

Any ideas on how to check for spaces in a text string?

Currently, I have split text by length into a line text. It removed all of my spaces after I've split my text value.

Any ideas will be much appreciated.

Thanks,
Rachel</description>
      <pubDate>Mon, 12 Jun 2017 13:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55315#M9672</guid>
      <dc:creator>rachel_py_tan</dc:creator>
      <dc:date>2017-06-12T13:56:00Z</dc:date>
    </item>
    <item>
      <title>You could try using a</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55316#M9673</link>
      <description>You could try using a decision stage to check the entire string before splitting it and searching for an InStr([Your String], "" "") &amp;gt; 0 and the true or false value returned indicates found space or not.</description>
      <pubDate>Mon, 12 Jun 2017 17:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55316#M9673</guid>
      <dc:creator>DexterWhelan1</dc:creator>
      <dc:date>2017-06-12T17:52:00Z</dc:date>
    </item>
    <item>
      <title>Thank you Dexter. :)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55317#M9674</link>
      <description>Thank you Dexter. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 13 Jun 2017 06:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-check-for-Spaces-in-A-Text-String/m-p/55317#M9674</guid>
      <dc:creator>rachel_py_tan</dc:creator>
      <dc:date>2017-06-13T06:14:00Z</dc:date>
    </item>
  </channel>
</rss>

