<?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 regex help sliding pattern in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/regex-help-sliding-pattern/m-p/79120#M20012</link>
    <description>&lt;P&gt;Given this input: 123456789&lt;BR /&gt;
i need a regex that will match and produce: 123, 234, 345, 456, 567, 678, 789.&lt;/P&gt;

&lt;P&gt;Thanks in advance!!&lt;BR /&gt;
Marcelo&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2013 12:13:27 GMT</pubDate>
    <dc:creator>marceloFinkiels</dc:creator>
    <dc:date>2013-06-28T12:13:27Z</dc:date>
    <item>
      <title>regex help sliding pattern</title>
      <link>https://community.splunk.com/t5/Splunk-Search/regex-help-sliding-pattern/m-p/79120#M20012</link>
      <description>&lt;P&gt;Given this input: 123456789&lt;BR /&gt;
i need a regex that will match and produce: 123, 234, 345, 456, 567, 678, 789.&lt;/P&gt;

&lt;P&gt;Thanks in advance!!&lt;BR /&gt;
Marcelo&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 12:13:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/regex-help-sliding-pattern/m-p/79120#M20012</guid>
      <dc:creator>marceloFinkiels</dc:creator>
      <dc:date>2013-06-28T12:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: regex help sliding pattern</title>
      <link>https://community.splunk.com/t5/Splunk-Search/regex-help-sliding-pattern/m-p/79121#M20013</link>
      <description>&lt;P&gt;Received answer on another forum.  FYI ...  (written using C# syntax)&lt;BR /&gt;
Regex regexObj = new Regex(@"(?=(\d{3}))");&lt;/P&gt;

&lt;P&gt;HTH,&lt;BR /&gt;
Marcelo Finkielsztein&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2013 12:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/regex-help-sliding-pattern/m-p/79121#M20013</guid>
      <dc:creator>marceloFinkiels</dc:creator>
      <dc:date>2013-06-28T12:39:27Z</dc:date>
    </item>
  </channel>
</rss>

