<?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: Does anyone know a cleanup rule that can help get the username out of the title? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110049#M728</link>
    <description>&lt;P&gt;You can test your expressions here: https://regex101.com&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Dec 2018 18:44:10 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2018-12-06T18:44:10Z</dc:date>
    <item>
      <title>Does anyone know a cleanup rule that can help get the username out of the title?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110047#M726</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;I have an application that I am trying to get the usernames out of the &amp;lt;title&amp;gt; tag.&lt;/P&gt;
&lt;P&gt;I am using the &lt;STRONG&gt;JavaScript variable&lt;/STRONG&gt; expression type with the "&lt;STRONG&gt;docment.title&lt;/STRONG&gt;" variable. this results in grabbing page titles that have the username at the end.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Agile Product Lifecycle Management - Welcome , INCDSYPRD01&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;INCDSYPRD01&lt;/STRONG&gt; is an example of the usernames I am trying to grab.&lt;/P&gt;
&lt;P&gt;I tried a few different times at getting just the username, but I admit I am not the greatest with Regex.&lt;/P&gt;
&lt;P&gt;Does anyone have a cleanup rule that might work at just getting the username?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Adam Sjoerdsma&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:11:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110047#M726</guid>
      <dc:creator>adam_sjoerdsma</dc:creator>
      <dc:date>2022-09-30T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know a cleanup rule that can help get the username out of the title?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110048#M727</link>
      <description>&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;If i understand good, you want to find username from page tittle. Please let me know that this  username always look the same?&lt;/P&gt;&lt;P&gt;If the username looks like you provided in the example, you can use this regular expression:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(INC[a-zA-Z0-9]+)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2018 18:37:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110048#M727</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-12-06T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know a cleanup rule that can help get the username out of the title?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110049#M728</link>
      <description>&lt;P&gt;You can test your expressions here: https://regex101.com&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2018 18:44:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110049#M728</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-12-06T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know a cleanup rule that can help get the username out of the title?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110050#M729</link>
      <description>&lt;P&gt;We actually want to be able and grab any potential username from the statement. From my understanding this will always be one word that can be any combination of characters or numbers.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2018 20:13:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110050#M729</guid>
      <dc:creator>adam_sjoerdsma</dc:creator>
      <dc:date>2018-12-06T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know a cleanup rule that can help get the username out of the title?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110051#M730</link>
      <description>&lt;P&gt;For usernames, there is always a common schema. You must then adjust the regex to find it. If you use the name you gave in the forum, you have a ready-made regular expression above.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2018 20:26:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110051#M730</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2018-12-06T20:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know a cleanup rule that can help get the username out of the title?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110052#M731</link>
      <description>&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;If you want to catch any possible username, and your title will always follow the convention of &lt;B&gt;Welcome , &amp;lt;username&amp;gt; &lt;/B&gt;at the end of the string, just use:&lt;/P&gt;&lt;PRE&gt;Welcome , (.*)$&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2018 09:54:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Does-anyone-know-a-cleanup-rule-that-can-help-get-the-username/m-p/110052#M731</guid>
      <dc:creator>Radu</dc:creator>
      <dc:date>2018-12-07T09:54:36Z</dc:date>
    </item>
  </channel>
</rss>

