<?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: Splunk Case-Sensitive Search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549842#M156045</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp; Thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes I need regex for&lt;/P&gt;&lt;P&gt;| search UPN=*T@mail.cloud&lt;/P&gt;&lt;P&gt;If I apply this in my query then, I am also getting results for UPN= t*@mail.cloud also getting due to case sensitivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with regex for&lt;/P&gt;&lt;P&gt;| search UPN=*T@mail.cloud&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 14:37:03 GMT</pubDate>
    <dc:creator>alexspunkshell</dc:creator>
    <dc:date>2021-04-29T14:37:03Z</dc:date>
    <item>
      <title>Splunk Case-Sensitive Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549805#M156039</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can someone help me with the regex command for below?&lt;/P&gt;&lt;P&gt;| search ="UPN=*T@mail.cloud"&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:42:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549805#M156039</guid>
      <dc:creator>alexspunkshell</dc:creator>
      <dc:date>2021-04-29T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Case-Sensitive Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549814#M156041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/126376"&gt;@alexspunkshell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you specify little bit better your request?&lt;/P&gt;&lt;P&gt;you write this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search ="UPN=*T@mail.cloud"&lt;/LI-CODE&gt;&lt;P&gt;but the search comand don't need the "=" symbol&lt;/P&gt;&lt;P&gt;correct example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search UPN="*T@mail.cloud"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ale&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 11:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549814#M156041</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-29T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Case-Sensitive Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549842#M156045</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp; Thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes I need regex for&lt;/P&gt;&lt;P&gt;| search UPN=*T@mail.cloud&lt;/P&gt;&lt;P&gt;If I apply this in my query then, I am also getting results for UPN= t*@mail.cloud also getting due to case sensitivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with regex for&lt;/P&gt;&lt;P&gt;| search UPN=*T@mail.cloud&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549842#M156045</guid>
      <dc:creator>alexspunkshell</dc:creator>
      <dc:date>2021-04-29T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Case-Sensitive Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549902#M156058</link>
      <description>&lt;P&gt;To validate your ask: You are&amp;nbsp;&lt;STRONG&gt;currently&lt;/STRONG&gt; getting both email addresses that end in lowercase&amp;nbsp;&lt;STRONG&gt;and&lt;/STRONG&gt; uppercase 'T', because of the default case-&lt;STRONG&gt;in&lt;/STRONG&gt;sensitivity of search. You need help figuring out how to&amp;nbsp;&lt;STRONG&gt;only&lt;/STRONG&gt; return email addresses that have an uppercase 'T' before the '@mail.cloud'.&lt;/P&gt;&lt;P&gt;Is that what you are really asking?&lt;/P&gt;&lt;P&gt;If so, use the CASE function to interpret your search term exactly as typed:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search UPN=CASE(*T@mail.cloud)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 29 Apr 2021 19:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Case-Sensitive-Search/m-p/549902#M156058</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2021-04-29T19:50:49Z</dc:date>
    </item>
  </channel>
</rss>

