<?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: Regex crash course? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21642#M3566</link>
    <description>&lt;P&gt;There's not much better on the topic than the O'Reilly book -- &lt;A href="http://oreilly.com/catalog/9780596528126/" rel="nofollow"&gt;http://oreilly.com/catalog/9780596528126/&lt;/A&gt; ... but this is not a "crash course" by any means, it is a full length discussion in great detail.&lt;/P&gt;

&lt;P&gt;Given Splunk uses PCRE (Perl Compatible Regular Expressions) I find the "pcrepattern" man page at &lt;A href="http://linux.die.net/man/3/pcrepattern" rel="nofollow"&gt;http://linux.die.net/man/3/pcrepattern&lt;/A&gt; to be a useful reference to the advanced features of PCRE.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Sep 2010 05:34:07 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2010-09-05T05:34:07Z</dc:date>
    <item>
      <title>Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21637#M3561</link>
      <description>&lt;P&gt;Can anyone recommend a good regex crash course article so I can learn how to write my (simple) whitelists and blacklists for my inputs.conf?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2010 17:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21637#M3561</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-07-28T17:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21638#M3562</link>
      <description>&lt;P&gt;Have a look at:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.regular-expressions.info/" rel="nofollow"&gt;http://www.regular-expressions.info/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2010 18:05:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21638#M3562</guid>
      <dc:creator>wollinet</dc:creator>
      <dc:date>2010-07-28T18:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21639#M3563</link>
      <description>&lt;P&gt;You might want to check out my video and some of the tools i use.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunkninja.com/video/splunk-ninja-all-my-regexs-1" rel="nofollow"&gt;SplunkNinja - All My Regex's Live in Texas&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2010 03:17:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21639#M3563</guid>
      <dc:creator>Michael_Wilde</dc:creator>
      <dc:date>2010-07-29T03:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21640#M3564</link>
      <description>&lt;P&gt;Sweet. RegexBuddy will probably help me alot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21640#M3564</guid>
      <dc:creator>Joffer</dc:creator>
      <dc:date>2010-07-29T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21641#M3565</link>
      <description>&lt;P&gt;For people who like books, I suggest SAM's Teach Yourself Regular Expressions in 10 Minutes (Ben Forta)&lt;/P&gt;

&lt;P&gt;It is reviewed on the regular-expressions info site
&lt;A href="http://www.regular-expressions.info/book10mins.html" rel="nofollow"&gt;http://www.regular-expressions.info/book10mins.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2010 15:38:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21641#M3565</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2010-08-12T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21642#M3566</link>
      <description>&lt;P&gt;There's not much better on the topic than the O'Reilly book -- &lt;A href="http://oreilly.com/catalog/9780596528126/" rel="nofollow"&gt;http://oreilly.com/catalog/9780596528126/&lt;/A&gt; ... but this is not a "crash course" by any means, it is a full length discussion in great detail.&lt;/P&gt;

&lt;P&gt;Given Splunk uses PCRE (Perl Compatible Regular Expressions) I find the "pcrepattern" man page at &lt;A href="http://linux.die.net/man/3/pcrepattern" rel="nofollow"&gt;http://linux.die.net/man/3/pcrepattern&lt;/A&gt; to be a useful reference to the advanced features of PCRE.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2010 05:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21642#M3566</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2010-09-05T05:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21643#M3567</link>
      <description>&lt;P&gt;If you want to test your regular expressions on the spot, use the online &lt;A href="http://www.regexpal.com/" rel="nofollow"&gt;http://www.regexpal.com/&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Take your REGEX and copy it in the first box, take the logs you are trying to match and copy them in the second box... et voila!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2010 02:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21643#M3567</guid>
      <dc:creator>Alexandre_Nizou</dc:creator>
      <dc:date>2010-11-02T02:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21644#M3568</link>
      <description>&lt;P&gt;This is also good small document to learn&lt;/P&gt;

&lt;P&gt;&lt;A href="http://api.ning.com/files/k-J0BUJLASFKKlDVrodtWvdSn3lDz02U5nlTTuovnU0Fjn4Gt6JNy0YjAS2sYjhC93bhNT02kDMqz0pAMyiUmrkC7IB2fsxR/splunkfieldextractionsmakingregexyourbuddy110818212008phpapp02.pdf"&gt;http://api.ning.com/files/k-J0BUJLASFKKlDVrodtWvdSn3lDz02U5nlTTuovnU0Fjn4Gt6JNy0YjAS2sYjhC93bhNT02kDMqz0pAMyiUmrkC7IB2fsxR/splunkfieldextractionsmakingregexyourbuddy110818212008phpapp02.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2012 11:32:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21644#M3568</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2012-06-06T11:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21645#M3569</link>
      <description>&lt;P&gt;Thanks @dwaddle - i was curious to know, what you answered - Splunk uses PCRE. &lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21645#M3569</guid>
      <dc:creator>saurabh_tek11</dc:creator>
      <dc:date>2017-12-05T10:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regex crash course?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21646#M3570</link>
      <description>&lt;P&gt;@MichaelWilde - kindly update the link, as its not opening now. &lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 10:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-crash-course/m-p/21646#M3570</guid>
      <dc:creator>saurabh_tek11</dc:creator>
      <dc:date>2017-12-05T10:04:57Z</dc:date>
    </item>
  </channel>
</rss>

