<?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: extract email id from string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816307#M2025942</link>
    <description>&lt;P&gt;statistically speaking, most of those examples are wrong or incomplete.... but that is precisely part of the charm of regexp &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 16:04:05 GMT</pubDate>
    <dc:creator>abo</dc:creator>
    <dc:date>2023-12-28T16:04:05Z</dc:date>
    <item>
      <title>extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816305#M2025940</link>
      <description>&lt;P&gt;How to extract multiple EMAIL ID from text using sap abap code &lt;/P&gt;
  &lt;P&gt;Example : This is my 2 EMAIL ID ABC@gmail.com and XYZ@yahoo.co.in.please send me also on my another email ID LMN@hotmail.com.&lt;/P&gt;
  &lt;P&gt;It should extract exact email.ID without any '.' or space&lt;/P&gt;
  &lt;P&gt;output should be below &lt;/P&gt;
  &lt;P&gt;ABC@gmail.com&lt;/P&gt;
  &lt;P&gt;XYZ@yahoo.co.in&lt;/P&gt;
  &lt;P&gt;LMN@hotmail.com&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 11:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816305#M2025940</guid>
      <dc:creator>purva_01</dc:creator>
      <dc:date>2023-12-28T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816306#M2025941</link>
      <description>&lt;P&gt;Use regular expressions, the Web is full of examples for emails.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 11:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816306#M2025941</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816307#M2025942</link>
      <description>&lt;P&gt;statistically speaking, most of those examples are wrong or incomplete.... but that is precisely part of the charm of regexp &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 16:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816307#M2025942</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-12-28T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816308#M2025943</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;c5e08e0478aa4727abc4482f5be390b2&lt;/SPAN&gt; or it is the charm of searching, few answers wrong, one answer right, and that's it. Statistically, the answers to this question would be "most of answers would be wrong or incomplete anyway", so why asking &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 17:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816308#M2025943</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T17:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816309#M2025944</link>
      <description>&lt;P&gt;behold the power of googling &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 17:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816309#M2025944</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-12-28T17:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816310#M2025945</link>
      <description>&lt;P&gt;Dear &lt;SPAN class="mention-scrubbed"&gt;purva_01&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Please try with the following regex:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There can be some edge-case scenarios that you might need to adjust.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 17:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816310#M2025945</guid>
      <dc:creator>Harish_Vatsa</dc:creator>
      <dc:date>2023-12-28T17:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816311#M2025946</link>
      <description>&lt;P&gt;Invalid for POSIX, but fine for PCRE.&lt;/P&gt;&lt;P&gt;LOL about the OP test case, see "please" &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2231222-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 18:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816311#M2025946</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-28T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816312#M2025947</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;While this answer might not be what you initially hoped for, it sparked my curiosity and prompted me to test the capabilities of the Vertex AI Language Model. &lt;/P&gt;&lt;P&gt;&lt;B&gt;Test1&lt;/B&gt;: In the prompt, I simply entered the same text and the model correctly identified that "please" is not part of the email address.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2231253-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test2&lt;/STRONG&gt;: I altered the following text, simulating a possible variation in how someone might write email addresses in chat or email. This is an example of an edge case for testing.  As LLM models can interpret natural language style of writing to a significant extent, the model was able to still identify the 3rd email ID.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2231255-image.png" /&gt;&lt;/P&gt;&lt;P&gt;If this meets your needs, consider trying this option or just explore for curiosity. Learn more &lt;A href="https://medium.com/google-cloud/unleash-vertex-ai-power-from-abap-effortless-ai-integration-d9a7c110ae4c"&gt;here&lt;/A&gt; on how you can utilize this in ABAP.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameya&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 08:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816312#M2025947</guid>
      <dc:creator>ameya_2023</dc:creator>
      <dc:date>2023-12-31T08:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: extract email id from string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816313#M2025948</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Disclaimer: the link is an article from the author.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 09:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-email-id-from-string/m-p/12816313#M2025948</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-12-31T09:45:39Z</dc:date>
    </item>
  </channel>
</rss>

