<?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: Regular Expression. Digit to space replacement. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359636#M1233773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even you can try the followign code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: STR Type String value 'abc1234',&lt;/P&gt;&lt;P&gt;num_space(20) VALUE '1 2 3 4 5 6 7 8 9 0 '.&lt;/P&gt;&lt;P&gt;TRANSLATE STR USING num_space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Mar 2009 00:23:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-29T00:23:39Z</dc:date>
    <item>
      <title>Regular Expression. Digit to space replacement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359634#M1233771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would anybody be able help me  to write regular expression,&lt;/P&gt;&lt;P&gt;which replaces all digits in string by space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2009 19:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359634#M1233771</guid>
      <dc:creator>sergey_tuzov</dc:creator>
      <dc:date>2009-03-28T19:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regular Expression. Digit to space replacement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359635#M1233772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : L_CHAR TYPE CHAR40 VALUE 'AVINASH 121 Name3ewr kjh23ohjo'.
WRITE :/ l_CHAR.
REPLACE ALL OCCURRENCES OF REGEX '1.|2.|3.|4.|5.|6.|7.|8.|9.|0' IN L_CHaR WITH space.
WRITE :/ l_CHAR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2009 19:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359635#M1233772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-28T19:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regular Expression. Digit to space replacement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359636#M1233773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even you can try the followign code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: STR Type String value 'abc1234',&lt;/P&gt;&lt;P&gt;num_space(20) VALUE '1 2 3 4 5 6 7 8 9 0 '.&lt;/P&gt;&lt;P&gt;TRANSLATE STR USING num_space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2009 00:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regular-expression-digit-to-space-replacement/m-p/5359636#M1233773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-29T00:23:39Z</dc:date>
    </item>
  </channel>
</rss>

