<?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: How do I make a regex expression to remove &amp;quot;=20&amp;quot; and more? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-make-a-regex-expression-to-remove-quot-20-quot-and-more/m-p/434499#M124000</link>
    <description>&lt;P&gt;The replace command should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Scanned=replace(Scanned,"^20|=20"," ")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 15 Oct 2018 17:15:36 GMT</pubDate>
    <dc:creator>nrduren1115</dc:creator>
    <dc:date>2018-10-15T17:15:36Z</dc:date>
    <item>
      <title>How do I make a regex expression to remove "=20" and more?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-make-a-regex-expression-to-remove-quot-20-quot-and-more/m-p/434498#M123999</link>
      <description>&lt;P&gt;So here are the results from my "Scanned" field:&lt;/P&gt;

&lt;P&gt;20Certificates.pdf&lt;BR /&gt;&lt;BR /&gt;
20from=20GLA-PTX164760.pdf&lt;BR /&gt;&lt;BR /&gt;
20from=20a=20Xerox.pdf&lt;BR /&gt;&lt;BR /&gt;
20from=20a=20Xerox=20Multifunction=20Device.pdf &lt;BR /&gt;
20from=20a=20Xerox=20Multifunction=20Printer.pdf&lt;BR /&gt;&lt;BR /&gt;
20from=20the=20DEU=20Xerox=20multifunction=20device=20at=20Work=20Area=201218.pdf&lt;/P&gt;

&lt;P&gt;I need a regex/extraction that can just give me the file name hidden in the text strings, like so...&lt;/P&gt;

&lt;P&gt;Certificates.pdf&lt;BR /&gt;&lt;BR /&gt;
GLA-PTX164760.pdf&lt;BR /&gt;&lt;BR /&gt;
Xerox.pdf&lt;BR /&gt;&lt;BR /&gt;
Xerox Multifunction Device.pdf&lt;BR /&gt;&lt;BR /&gt;
Xerox Multifunction Printer.pdf &lt;BR /&gt;
Xerox multifunction device at Work Area 201218.pdf&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 17:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-make-a-regex-expression-to-remove-quot-20-quot-and-more/m-p/434498#M123999</guid>
      <dc:creator>dsmeerkat</dc:creator>
      <dc:date>2018-10-15T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make a regex expression to remove "=20" and more?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-make-a-regex-expression-to-remove-quot-20-quot-and-more/m-p/434499#M124000</link>
      <description>&lt;P&gt;The replace command should work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval Scanned=replace(Scanned,"^20|=20"," ")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Oct 2018 17:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-make-a-regex-expression-to-remove-quot-20-quot-and-more/m-p/434499#M124000</guid>
      <dc:creator>nrduren1115</dc:creator>
      <dc:date>2018-10-15T17:15:36Z</dc:date>
    </item>
  </channel>
</rss>

