<?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: Regex search help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552914#M156952</link>
    <description>&lt;P&gt;You are right, the specification is ambiguous - \w with match &lt;U&gt;both&lt;/U&gt; a letter and a number (and non-punctuation).&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 09:47:59 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-05-25T09:47:59Z</dc:date>
    <item>
      <title>Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552807#M156914</link>
      <description>&lt;P&gt;I was asked to " update a search to append a final ' | regex PatternStringMatch="[A-Z]" query that will look for anything in that field that has both a letter and a number. Any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 16:00:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552807#M156914</guid>
      <dc:creator>nangrosso</dc:creator>
      <dc:date>2021-05-24T16:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552810#M156915</link>
      <description>&lt;LI-CODE lang="markup"&gt;| regex PatternStringMatch="\w"&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 May 2021 16:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552810#M156915</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T16:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552826#M156921</link>
      <description>&lt;P&gt;Thanks for the response but I ran the search it gave me nothing. Any idea what the "W" represents&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 19:21:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552826#M156921</guid>
      <dc:creator>nangrosso</dc:creator>
      <dc:date>2021-05-24T19:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552833#M156923</link>
      <description>&lt;P&gt;backslash lower case w means numbers and letters. upper case letters means not numbers and letters. So, the regex will keep events where the field has letters or numbers. Is this not what you wanted?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 21:55:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552833#M156923</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T21:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552912#M156951</link>
      <description>&lt;P&gt;The OP ask is "&lt;SPAN&gt;has both a letter &lt;U&gt;and&lt;/U&gt; a number" (underline is mine). &amp;nbsp;"\w" will match any single character that is not a "punctuation", so "a" (no number), "1" (no letter), "___" (no letter or number), "a_b_c_", "1_2_3_", etc., will all match. &amp;nbsp;The following will match "both a letter and a number":&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex PatternStringMatch="[a-zA-Z].*\d|\d.*[a-zA-Z]"&lt;/LI-CODE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 25 May 2021 09:11:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552912#M156951</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2021-05-25T09:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552914#M156952</link>
      <description>&lt;P&gt;You are right, the specification is ambiguous - \w with match &lt;U&gt;both&lt;/U&gt; a letter and a number (and non-punctuation).&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 09:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552914#M156952</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-25T09:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regex search help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552956#M156961</link>
      <description>&lt;P&gt;Thanks for the detailed explanation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 14:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-search-help/m-p/552956#M156961</guid>
      <dc:creator>nangrosso</dc:creator>
      <dc:date>2021-05-25T14:37:07Z</dc:date>
    </item>
  </channel>
</rss>

