<?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 How to extract string between two character @ and &amp;gt;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-between-two-character-and-gt/m-p/620078#M215534</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to extract string "&lt;FONT color="#339966"&gt;domain.com&lt;/FONT&gt;" from &amp;lt;mail&lt;STRONG&gt;@&lt;/STRONG&gt;&lt;FONT color="#339966"&gt;domain.com&lt;/FONT&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;How can i extract string between "&lt;STRONG&gt;@&lt;/STRONG&gt;" and "&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;"&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 16:05:06 GMT</pubDate>
    <dc:creator>DavideASR</dc:creator>
    <dc:date>2022-11-08T16:05:06Z</dc:date>
    <item>
      <title>How to extract string between two character @ and &gt;?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-between-two-character-and-gt/m-p/620078#M215534</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to extract string "&lt;FONT color="#339966"&gt;domain.com&lt;/FONT&gt;" from &amp;lt;mail&lt;STRONG&gt;@&lt;/STRONG&gt;&lt;FONT color="#339966"&gt;domain.com&lt;/FONT&gt;&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;How can i extract string between "&lt;STRONG&gt;@&lt;/STRONG&gt;" and "&lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt;"&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 16:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-between-two-character-and-gt/m-p/620078#M215534</guid>
      <dc:creator>DavideASR</dc:creator>
      <dc:date>2022-11-08T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract string between two character @ and &gt;</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-between-two-character-and-gt/m-p/620082#M215536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250312"&gt;@DavideASR&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try this,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "@(?&amp;lt;domain&amp;gt;[^\&amp;lt;]+)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/Bffr7q/1" target="_blank"&gt;https://regex101.com/r/Bffr7q/1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have the above value in another field (e.g. email), you could use&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex field=email "@(?&amp;lt;domain&amp;gt;[^\&amp;lt;]+)"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 10:58:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-between-two-character-and-gt/m-p/620082#M215536</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-08T10:58:28Z</dc:date>
    </item>
  </channel>
</rss>

