<?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 Expression help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/regex-expression-help/m-p/4854479#M1101599</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried to use the Regex Expression to extract the length which is highlighted in bold in the text below. Is there anyone here who can help me? &lt;SPAN&gt;Please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;fnlu1100095 d931 a2 6k schraube m10x&lt;STRONG&gt;95&lt;/STRONG&gt;/s=17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;04400.160.035 m16 &lt;STRONG&gt;35.0&lt;/STRONG&gt; preis anzeigen 50 + normen DIN≈6921 sechskantschrauben mit flansch DIN ≈6921&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;04400.160.030 m16 &lt;STRONG&gt;30.0&lt;/STRONG&gt; preis anzeigen 50 + normen DIN ≈6921 sechskantschrauben mit flansch DIN ≈6921&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 11:39:24 GMT</pubDate>
    <dc:creator>angemerveille4</dc:creator>
    <dc:date>2023-06-14T11:39:24Z</dc:date>
    <item>
      <title>REGEX Expression help</title>
      <link>https://community.cisco.com/t5/network-security/regex-expression-help/m-p/4854479#M1101599</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried to use the Regex Expression to extract the length which is highlighted in bold in the text below. Is there anyone here who can help me? &lt;SPAN&gt;Please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;fnlu1100095 d931 a2 6k schraube m10x&lt;STRONG&gt;95&lt;/STRONG&gt;/s=17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;04400.160.035 m16 &lt;STRONG&gt;35.0&lt;/STRONG&gt; preis anzeigen 50 + normen DIN≈6921 sechskantschrauben mit flansch DIN ≈6921&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;04400.160.030 m16 &lt;STRONG&gt;30.0&lt;/STRONG&gt; preis anzeigen 50 + normen DIN ≈6921 sechskantschrauben mit flansch DIN ≈6921&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 11:39:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/regex-expression-help/m-p/4854479#M1101599</guid>
      <dc:creator>angemerveille4</dc:creator>
      <dc:date>2023-06-14T11:39:24Z</dc:date>
    </item>
    <item>
      <title>Yes, I can help you with that. You can use the following...</title>
      <link>https://community.cisco.com/t5/network-security/regex-expression-help/m-p/4858110#M1101777</link>
      <description>Yes, I can help you with that. You can use the following regex expression to extract the highlighted length (in this case 30.0 and 35.0) from the text:&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;m16 ( +  +)&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;Here's a breakdown of the regex expression:&lt;BR /&gt;&lt;BR /&gt;- `m16`: matches the exact string "m16"&lt;BR /&gt;- `( +  +)`: captures a decimal number&lt;BR /&gt;  - ` +`: matches one or more digits&lt;BR /&gt;  - ` `: matches the decimal point&lt;BR /&gt;  - ` +`: matches one or more digits after the decimal point&lt;BR /&gt;&lt;BR /&gt;You can use this regex expression in a programming language or a tool like &lt;A href="https://regex101.com/" target="_blank"&gt;https://regex101.com/&lt;/A&gt; to extract the desired values.</description>
      <pubDate>Tue, 20 Jun 2023 09:06:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/regex-expression-help/m-p/4858110#M1101777</guid>
      <dc:creator>Cisco_Virtual_Engineer</dc:creator>
      <dc:date>2023-06-20T09:06:07Z</dc:date>
    </item>
  </channel>
</rss>

