<?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: Need to understand the following expression. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51770#M179615</link>
    <description>&lt;P&gt;little d means digit, big D means not a digit.  Same with w and W for a letter.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2013 00:05:28 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-08-30T00:05:28Z</dc:date>
    <item>
      <title>Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51766#M179611</link>
      <description>&lt;P&gt;I recently came across a Splunk expression, as &lt;/P&gt;

&lt;P&gt;rex "(?i)\".*? (?P&lt;FIELDNAME&gt;/\w+/((\w+\.\d+)|(\w+\d+))/((\w+/)|(\w+/\w+/)|((\w+/\w+/\w+/)))\D+((\?)|(\s)))\w+" &lt;/FIELDNAME&gt;&lt;/P&gt;

&lt;P&gt;and due to the usage of toom many forward and backward slash,  I am unable to understand it. Can you please help me in the matter?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 23:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51766#M179611</guid>
      <dc:creator>Nicksyboy</dc:creator>
      <dc:date>2013-08-29T23:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51767#M179612</link>
      <description>&lt;P&gt;Pull a fieldname that is followed by a / then one or more letters followed by a /, which will be followed by one of the following:&lt;BR /&gt;&lt;BR /&gt;
one or more letters followed by a . followed by one or more digits, or&lt;BR /&gt;&lt;BR /&gt;
one or more letters followed by one or more digits.&lt;BR /&gt;&lt;BR /&gt;
This will be followed by a / and then one of the following:&lt;BR /&gt;&lt;BR /&gt;
One or more letters, or&lt;BR /&gt;&lt;BR /&gt;
One or more letters followed by a / then one or more letters followed by a /, or&lt;BR /&gt;&lt;BR /&gt;
One or more letters followed by a / then one or more letters followed by a / then one or more   letters followed by a /&lt;BR /&gt;&lt;BR /&gt;
This will be followed by one or more Non-digits.&lt;BR /&gt;&lt;BR /&gt;
I think that covers all of the /shs.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 23:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51767#M179612</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-29T23:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51768#M179613</link>
      <description>&lt;P&gt;Thanks for the quick response! So - \w is for words, \d is for digits. What is D and S stands for?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 23:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51768#M179613</guid>
      <dc:creator>Nicksyboy</dc:creator>
      <dc:date>2013-08-29T23:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51769#M179614</link>
      <description>&lt;P&gt;s is any whitespace character.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 23:59:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51769#M179614</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2013-08-29T23:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51770#M179615</link>
      <description>&lt;P&gt;little d means digit, big D means not a digit.  Same with w and W for a letter.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2013 00:05:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51770#M179615</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-30T00:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51771#M179616</link>
      <description>&lt;P&gt;Thanks guys for your quick response!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2013 00:12:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51771#M179616</guid>
      <dc:creator>Nicksyboy</dc:creator>
      <dc:date>2013-08-30T00:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51772#M179617</link>
      <description>&lt;P&gt;You are welcome.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2013 00:14:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51772#M179617</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-30T00:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51773#M179618</link>
      <description>&lt;P&gt;You should accept the answer so others know the issue is closed.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2013 00:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51773#M179618</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-08-30T00:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to understand the following expression.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51774#M179619</link>
      <description>&lt;P&gt;I like this site alot for checking regexes: &lt;A href="http://www.regexper.com/"&gt;http://www.regexper.com/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The regex needed a little modification, but only escaping "/" &lt;BR /&gt;
This is the regex I ran to get the site to work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.*? (\/\w+\/((\w+\.\d+)|(\w+\d+))\/((\w+\/)|(\w+\/\w+\/)|((\w+\/\w+\/\w+\/)))\D+((\?)|(\s)))\w+
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Aug 2013 08:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-to-understand-the-following-expression/m-p/51774#M179619</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-08-30T08:58:52Z</dc:date>
    </item>
  </channel>
</rss>

