<?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 Find a non word character from Notepad dcument in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Find-a-non-word-character-from-Notepad-dcument/m-p/61344#M14657</link>
    <description>I'm trying to automate the following process

A text file will have list of line items which might have&amp;nbsp;special or other language font .

This needs to be identified and should provide me the output in which line number the special character or the other language font is available.

I tried with Test Regex match&amp;nbsp;and Extract Regex value actions, But those give output as Flag value,&amp;nbsp;

I want output as String,

anyone please help on this.

enclosed File for your Reference and {STRAÃ¡E Ã¿}&amp;nbsp;the&amp;nbsp;other language font.</description>
    <pubDate>Tue, 13 Mar 2018 15:25:00 GMT</pubDate>
    <dc:creator>NandhiniKrishna</dc:creator>
    <dc:date>2018-03-13T15:25:00Z</dc:date>
    <item>
      <title>Find a non word character from Notepad dcument</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-a-non-word-character-from-Notepad-dcument/m-p/61344#M14657</link>
      <description>I'm trying to automate the following process

A text file will have list of line items which might have&amp;nbsp;special or other language font .

This needs to be identified and should provide me the output in which line number the special character or the other language font is available.

I tried with Test Regex match&amp;nbsp;and Extract Regex value actions, But those give output as Flag value,&amp;nbsp;

I want output as String,

anyone please help on this.

enclosed File for your Reference and {STRAÃ¡E Ã¿}&amp;nbsp;the&amp;nbsp;other language font.</description>
      <pubDate>Tue, 13 Mar 2018 15:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-a-non-word-character-from-Notepad-dcument/m-p/61344#M14657</guid>
      <dc:creator>NandhiniKrishna</dc:creator>
      <dc:date>2018-03-13T15:25:00Z</dc:date>
    </item>
    <item>
      <title>Use this regex code:…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-a-non-word-character-from-Notepad-dcument/m-p/61345#M14658</link>
      <description>Use this regex code:
[^\x00-\x7F]+\ *(?:[^\x00-\x7F]| )*
&amp;nbsp;
Matches all non-ascii characters including spaces until reaching an ascii character.
&amp;nbsp;
&amp;nbsp;</description>
      <pubDate>Tue, 13 Mar 2018 18:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-a-non-word-character-from-Notepad-dcument/m-p/61345#M14658</guid>
      <dc:creator>Christer_Tellefsen</dc:creator>
      <dc:date>2018-03-13T18:47:00Z</dc:date>
    </item>
  </channel>
</rss>

