<?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: Online, interactive regular expression tester for Splunk regular expressions? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/742376#M240831</link>
    <description>&lt;P&gt;It is absolute insanity that we continue to have this issue - Regex isn't that hard, but Splunk makes it harder by creating new rules and exceptions to those rules. Unfortunately this is why Splunk is in the position they are in - not user-friendly, and lack of proper GUI features that allow testing before integration.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2025 00:07:02 GMT</pubDate>
    <dc:creator>haraksin</dc:creator>
    <dc:date>2025-03-21T00:07:02Z</dc:date>
    <item>
      <title>Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83068#M21106</link>
      <description>&lt;P&gt;I am using the Interactive field extractor to try and extract certain fields. However, regular expressions are tricky and testing regular expressions on Splunk is slow.&lt;/P&gt;

&lt;P&gt;Can anyone recommend a regular expression testing website which will work with Splunk regular expressions?&lt;/P&gt;

&lt;P&gt;For example, &lt;A href="http://regexpal.com/"&gt;http://regexpal.com/&lt;/A&gt; (Written by Steven Levithan, coauthor of the &lt;A href="http://www.amazon.com/dp/0596520689"&gt;Regular Expressions Cookbook&lt;/A&gt; works with certain regex flavors, but it doesn't always work with the regular expressions generated by the Splunk Interactive Field Extractor.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 23:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83068#M21106</guid>
      <dc:creator>stefanlasiewski</dc:creator>
      <dc:date>2012-03-01T23:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83069#M21107</link>
      <description>&lt;P&gt;Splunk uses the PCRE flavor of regular expressions, so anything that is PCRE-compliant should work.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.regular-expressions.info"&gt;http://www.regular-expressions.info&lt;/A&gt;  is a great site, and points to a variety of regular expression books, software and other resources.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 02:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83069#M21107</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-03-02T02:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83070#M21108</link>
      <description>&lt;P&gt;stefanlasiewski,&lt;/P&gt;

&lt;P&gt;Someone on one of my Splunk courses (actually he was on both my Splunk courses), pointed me to the following site.. "&lt;A href="http://gskinner.com/RegExr/"&gt;http://gskinner.com/RegExr/&lt;/A&gt;". &lt;/P&gt;

&lt;P&gt;It allows you test out some regular expressions, with some of your actual data. This is achieved with a simple "copy and paste" of you data into the window provided on the webpage. You can type in your own regex, or you can use the right-hand pane to look through the various "samples" if you are unsure. &lt;/P&gt;

&lt;P&gt;It definately helped me the most when learning regex. It's hasn't always met my requirements, but it always helps in some way... worth a look. Plus from the looks of things, it provides more assistive features than the tool you mentioned. &lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;MHibbin&lt;/P&gt;

&lt;P&gt;P.S. If this answers you question please mark it as "Accepted", and/or upvote. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 09:08:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83070#M21108</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-03-02T09:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83071#M21109</link>
      <description>&lt;P&gt;Definately a useful site!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 09:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83071#M21109</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-03-02T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83072#M21110</link>
      <description>&lt;P&gt;All of those don't support &lt;CODE&gt;(?\w+)&lt;/CODE&gt; constructs. It isn't possible to test field extraction with those.&lt;/P&gt;

&lt;P&gt;note: i'm not able to use angular brackets here.&lt;BR /&gt;
( ? &amp;lt; field1 &amp;gt; \w+ )&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 10:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83072#M21110</guid>
      <dc:creator>fusednet</dc:creator>
      <dc:date>2014-12-12T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83073#M21111</link>
      <description>&lt;P&gt;David Maislin told me about &lt;A href="http://regex101.com"&gt;http://regex101.com&lt;/A&gt; several years ago, and it made a big difference for me.  It's a great tool and everyone should use it (or try it) if you're learning regex.  I hope this helps someone&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 16:33:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83073#M21111</guid>
      <dc:creator>sherm77</dc:creator>
      <dc:date>2016-08-24T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83074#M21112</link>
      <description>&lt;P&gt;I've used this site for years and it helps me a lot with regex building. However, it seems that my applying it to Splunk seems to be failing miserably despite the regex being built properly.&lt;/P&gt;

&lt;P&gt;Not sure if it's a pebkac issue or not though&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 18:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/83074#M21112</guid>
      <dc:creator>ClairmontSplunk</dc:creator>
      <dc:date>2016-11-16T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Online, interactive regular expression tester for Splunk regular expressions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/742376#M240831</link>
      <description>&lt;P&gt;It is absolute insanity that we continue to have this issue - Regex isn't that hard, but Splunk makes it harder by creating new rules and exceptions to those rules. Unfortunately this is why Splunk is in the position they are in - not user-friendly, and lack of proper GUI features that allow testing before integration.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 00:07:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Online-interactive-regular-expression-tester-for-Splunk-regular/m-p/742376#M240831</guid>
      <dc:creator>haraksin</dc:creator>
      <dc:date>2025-03-21T00:07:02Z</dc:date>
    </item>
  </channel>
</rss>

