<?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: Matching the string Pattern '/SMB*/' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592466#M1567400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. I got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 11:34:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-31T11:34:13Z</dc:date>
    <item>
      <title>Matching the string Pattern '/SMB*/'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592463#M1567397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I want to match the pattern '/SMB&lt;STRONG&gt;/'. I tried using if lv_str CP '/SMB&lt;/STRONG&gt;/' . But even-though lv_str variable has a string with same pattern, if condition is not getting executed. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 09:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592463#M1567397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T09:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Matching the string Pattern '/SMB*/'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592464#M1567398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CP compares the wholle string, maybe you have to look for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'/SMB&lt;STRONG&gt;/&lt;/STRONG&gt;'   or   '&lt;STRONG&gt;/SMB&lt;/STRONG&gt;/*'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 10:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592464#M1567398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T10:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Matching the string Pattern '/SMB*/'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592465#M1567399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try composing a suitable REGular EXpression and use that. See keyword "FIND".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 10:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592465#M1567399</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-01-31T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Matching the string Pattern '/SMB*/'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592466#M1567400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help. I got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 11:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592466#M1567400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T11:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Matching the string Pattern '/SMB*/'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592467#M1567401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider the use of REGEX option in FIND/REPLACE command. See the REGEX documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give any example for a string that should but does not match the pattern '/SMB*/' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the documentation [log_exp - Comparison Operators for Character-Like Data Types|http://help.sap.com/abapdocu_702/en/abenlogexp_strings.htm]. This may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens Li&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 12:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matching-the-string-pattern-smb/m-p/7592467#M1567401</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-31T12:28:18Z</dc:date>
    </item>
  </channel>
</rss>

