<?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 REGEX pattern problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regex-pattern-problem/m-p/514796#M18236</link>
    <description>&lt;P&gt;Hello guys, I need to make validation on a variable that contains only letters, digits, space and dot. I use pattern like the one below, but I receive error &lt;/P&gt;
  &lt;P&gt;Regular expression '[^A-Za-z0-9-\s\.]' is invalid in character position 13 (\s)&lt;/P&gt;
  &lt;P&gt;Any hits will be wellcome&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF REGEX '[^A-Za-z0-9-\s\.]' IN lv_name1 WITH ''.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 10 Oct 2017 17:06:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-10-10T17:06:40Z</dc:date>
    <item>
      <title>REGEX pattern problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regex-pattern-problem/m-p/514796#M18236</link>
      <description>&lt;P&gt;Hello guys, I need to make validation on a variable that contains only letters, digits, space and dot. I use pattern like the one below, but I receive error &lt;/P&gt;
  &lt;P&gt;Regular expression '[^A-Za-z0-9-\s\.]' is invalid in character position 13 (\s)&lt;/P&gt;
  &lt;P&gt;Any hits will be wellcome&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF REGEX '[^A-Za-z0-9-\s\.]' IN lv_name1 WITH ''.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regex-pattern-problem/m-p/514796#M18236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-10-10T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: REGEX pattern problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regex-pattern-problem/m-p/514797#M18237</link>
      <description>&lt;P&gt;You can test the RegEx in the SAP-prgr "DEMO_REGEX_TOY" ...&lt;/P&gt;
  &lt;P&gt;You will find that your RegEx is invalid, but a (quick and possibly not all-couvering) solution could be :&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF REGEX '[^a-zA-Z0-9\s\.].' IN lv_name1 WITH ''.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2017 17:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regex-pattern-problem/m-p/514797#M18237</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-10-10T17:43:59Z</dc:date>
    </item>
  </channel>
</rss>

