<?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 for session property ? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/180799#M3510</link>
    <description>&lt;P&gt;Looks the Dynatrace regex tool is not working now &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;A href="https://35.201.104.155/" target="_blank" rel="noopener noreferrer nofollow"&gt;https://35.201.104.155/&lt;/A&gt;&amp;nbsp;gives&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ERR_CONNECTION_CLOSED&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do we have any replacement for it ? It was very usefull for me ...&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 11:10:39 GMT</pubDate>
    <dc:creator>josef_solnicky</dc:creator>
    <dc:date>2022-02-16T11:10:39Z</dc:date>
    <item>
      <title>Regex for session property ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121756#M2176</link>
      <description>&lt;P&gt;Hi - I am quite new in the regex area - maybe stupid question...&lt;BR /&gt;I would like to convert price from cart - obtained by CSS selector to double (or integer) property.&lt;/P&gt;
&lt;P&gt;The format I am getting from HTML is "1 234,56 €". Ideal match is "1234.56" - but I can live also with "1234 ". &lt;BR /&gt;Is it even possible to perform via regex in Application - Capturing - Session and user action properties - Custom properties - Apply cleanup rule ??&lt;BR /&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28237-1613159658177.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;Currently I am able match either "1" or "234" &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;THX, Josef&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 11:01:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121756#M2176</guid>
      <dc:creator>josef_solnicky</dc:creator>
      <dc:date>2022-09-30T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regex for session property ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121757#M2177</link>
      <description>&lt;P&gt;I recommend trying out &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com//www.regex101.com" target="_blank"&gt;www.regex101.com&lt;/A&gt; Your can supply your string and then test regex to parse out the data you are looking for &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 20:26:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121757#M2177</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2021-02-12T20:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regex for session property ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121758#M2178</link>
      <description>&lt;P&gt;You could use something like:&lt;/P&gt;&lt;P&gt;([^€]++)&lt;/P&gt;&lt;P&gt;Would not remove the whitespace and keep the  " , ".&lt;/P&gt;&lt;P&gt;You could also use this web to test the regex, since DT regex is kinda "limted"? &lt;A rel="noopener noreferrer" href="https://35.201.104.155/" target="_blank"&gt;https://35.201.104.155/&lt;/A&gt;  anyway. That is something close to test in real time the results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 21:07:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121758#M2178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-12T21:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regex for session property ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121759#M2179</link>
      <description>&lt;P&gt;Thank you Dante,&lt;BR /&gt;the &lt;STRONG&gt;DynEx &lt;/STRONG&gt;at &lt;A rel="noopener noreferrer" href="https://35.201.104.155/" target="_blank"&gt;&lt;STRONG&gt;https://35.201.104.155/&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; &lt;/STRONG&gt;is &lt;STRONG&gt;really great tool &lt;/STRONG&gt;- even from learning perspective.&lt;/P&gt;&lt;P&gt;Anyway I was not able to remove space (and was able to remove ",56"). Transformation of result in form "1 234" to double property is leading to DoubleProperty = "null".&lt;BR /&gt;Currently I am matching just "234" and using parallel string property. In USQL I an adding then 1000 or 2000 according to "StringProperty" like "1 *" or "2 *". Quite dirty solution &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hopefully in future I will be able to get data from server side as request attribute.&lt;/P&gt;&lt;P&gt;BR, Josef&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 10:28:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/121759#M2179</guid>
      <dc:creator>josef_solnicky</dc:creator>
      <dc:date>2021-02-14T10:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regex for session property ?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/180799#M3510</link>
      <description>&lt;P&gt;Looks the Dynatrace regex tool is not working now &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;A href="https://35.201.104.155/" target="_blank" rel="noopener noreferrer nofollow"&gt;https://35.201.104.155/&lt;/A&gt;&amp;nbsp;gives&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ERR_CONNECTION_CLOSED&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do we have any replacement for it ? It was very usefull for me ...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 11:10:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Regex-for-session-property/m-p/180799#M3510</guid>
      <dc:creator>josef_solnicky</dc:creator>
      <dc:date>2022-02-16T11:10:39Z</dc:date>
    </item>
  </channel>
</rss>

