<?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 Could someone help me with this regex? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Could-someone-help-me-with-this-regex/m-p/604123#M210147</link>
    <description>&lt;P&gt;Can someone help me pull out these data points:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cw.pptx;text.html;text.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I need it to split at the ; mark but have them in their own fields so I can only see the .txt in my search.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 15:40:42 GMT</pubDate>
    <dc:creator>Italy1358</dc:creator>
    <dc:date>2022-07-01T15:40:42Z</dc:date>
    <item>
      <title>Could someone help me with this regex?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Could-someone-help-me-with-this-regex/m-p/604123#M210147</link>
      <description>&lt;P&gt;Can someone help me pull out these data points:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cw.pptx;text.html;text.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I need it to split at the ; mark but have them in their own fields so I can only see the .txt in my search.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 15:40:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Could-someone-help-me-with-this-regex/m-p/604123#M210147</guid>
      <dc:creator>Italy1358</dc:creator>
      <dc:date>2022-07-01T15:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Could-someone-help-me-with-this-regex/m-p/604126#M210149</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245709"&gt;@Italy1358&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the best approach is that you folow the guided ield extraction using the delimited fields option.&lt;/P&gt;&lt;P&gt;If instead you want to use a regex, you can try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "^(?&amp;lt;field1&amp;gt;[^;]+);(?&amp;lt;field2&amp;gt;[^;]+);(?&amp;lt;field3&amp;gt;[^;]+)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/9DI2ED/1" target="_blank"&gt;https://regex101.com/r/9DI2ED/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Could-someone-help-me-with-this-regex/m-p/604126#M210149</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-01T13:26:48Z</dc:date>
    </item>
  </channel>
</rss>

