<?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: Help with basic regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651431#M225215</link>
    <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;says, backslashes have to be escaped. The way regex works is that the strings are processed twice, so backslashes have to be escaped again, so to match to a backslash, you need four backslashes in the expression for each backslash you are trying to match to. This means that your expression is looking for a double backslash (\\) in ImagePath.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 09:18:23 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-07-21T09:18:23Z</dc:date>
    <item>
      <title>Help with basic regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651422#M225211</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is anybody can tell me what is the goal of this regex?&lt;/P&gt;&lt;P&gt;| regex ImagePath="\\\\\\\\"&lt;/P&gt;&lt;P&gt;As far as I know, it seems to search a character chain delimited by 4 backslash?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:56:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651422#M225211</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-07-21T07:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651423#M225212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;we could better help you if you share a sample of your logs.&lt;/P&gt;&lt;P&gt;Anyway, 4 back slashes are often required wen in you logs you have a back slash that must be escaped to avoid that SPL interpretes it a control char.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 07:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651423#M225212</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-21T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651431#M225215</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;says, backslashes have to be escaped. The way regex works is that the strings are processed twice, so backslashes have to be escaped again, so to match to a backslash, you need four backslashes in the expression for each backslash you are trying to match to. This means that your expression is looking for a double backslash (\\) in ImagePath.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 09:18:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651431#M225215</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-21T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651433#M225216</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;here is&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/110013"&gt;@xpac&lt;/a&gt;&amp;nbsp;'s excellent post about escaping \ on splunk&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Enterprise/How-many-escapes-quot-quot-do-I-need-in-conf-file-regex/m-p/646714#M16568" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Enterprise/How-many-escapes-quot-quot-do-I-need-in-conf-file-regex/m-p/646714#M16568&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 09:29:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651433#M225216</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T09:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with basic regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651573#M225254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 06:00:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-basic-regex/m-p/651573#M225254</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-22T06:00:22Z</dc:date>
    </item>
  </channel>
</rss>

