<?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 to extract a InnerText in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164100#M16367</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;I've problems with a filter regex, I need to filter a CSS, but the filter doesn't work successfully,&lt;/P&gt;&lt;P&gt;I need to get some data in my registration and this register has step by step, so I need to follow these steps and know how many customers login in my registration.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For that, I put in Dynatrace -&amp;gt; Session and Action Properties, a property in the CSS selector, to capture just the word:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ETAPA 1 OF 6&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This expression means where my client is, (ETAPA = step), so I put the regex filter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;([ETAPD \ s \ d] {1,})&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but I get other words too, like "GTrader + Simulator" and my filter gets a "T" because of that word.&lt;BR /&gt;&lt;BR /&gt;I'm doing this chart, but he stay messy. Please, any help me!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 18:48:04 GMT</pubDate>
    <dc:creator>fpereira2</dc:creator>
    <dc:date>2021-04-09T18:48:04Z</dc:date>
    <item>
      <title>regex to extract a InnerText</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164100#M16367</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I've problems with a filter regex, I need to filter a CSS, but the filter doesn't work successfully,&lt;/P&gt;&lt;P&gt;I need to get some data in my registration and this register has step by step, so I need to follow these steps and know how many customers login in my registration.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For that, I put in Dynatrace -&amp;gt; Session and Action Properties, a property in the CSS selector, to capture just the word:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ETAPA 1 OF 6&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This expression means where my client is, (ETAPA = step), so I put the regex filter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;([ETAPD \ s \ d] {1,})&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but I get other words too, like "GTrader + Simulator" and my filter gets a "T" because of that word.&lt;BR /&gt;&lt;BR /&gt;I'm doing this chart, but he stay messy. Please, any help me!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:48:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164100#M16367</guid>
      <dc:creator>fpereira2</dc:creator>
      <dc:date>2021-04-09T18:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: regex to extract a InnerText</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164102#M16368</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fpereira2_0-1617994122654.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/583i69B04B5B961F6C1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fpereira2_0-1617994122654.png" alt="fpereira2_0-1617994122654.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 18:49:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164102#M16368</guid>
      <dc:creator>fpereira2</dc:creator>
      <dc:date>2021-04-09T18:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: regex to extract a InnerText</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164119#M16377</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this one:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(ETAPA \d)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one you shared is looking for any letter, space or digit to appear 1 or more times and then captures the whole thing. With the one I suggested, you will be capturing exactly the text "ETAPA" followed by a space and one digit (e.g. "ETAPA 2").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know how that goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Radu&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 06:56:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/regex-to-extract-a-InnerText/m-p/164119#M16377</guid>
      <dc:creator>Radu</dc:creator>
      <dc:date>2021-04-12T06:56:04Z</dc:date>
    </item>
  </channel>
</rss>

