<?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 pattern in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93415#M2976</link>
    <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;There are two steps to it basically: &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;First step is first building regular expression using some online resource:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;You can use a lot of resources to test the Regular expressions that you create using the following resources: &lt;A href="https://www.regextester.com/" target="_blank" rel="noopener"&gt;Regex Tester&lt;/A&gt; , &lt;A href="https://regex101.com/" target="_blank" rel="noopener"&gt;Regex101&lt;/A&gt;etc&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Second step is to actually implement it from Blue Prism:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Once you have a regular expression in place, next step is to download and import the latest asset from Digital Exchange: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---strings" target="_blank" rel="noopener"&gt;Utility - Strings&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here, you can find a lot of useful actions that you can use to get various operations done using regular expressions like you can validate if a pattern of string exists or not as per your regular expression, you can also replace any string if you want if it matches your regular expression, you can also extract a set or subset of strings based on the pattern described by your regular expression from a entire text data.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33932.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34005i6CB8CB375125882E/image-size/large?v=v2&amp;amp;px=999" role="button" title="33932.png" alt="33932.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33933.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34002i740519ED4F5CD3A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="33933.png" alt="33933.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33934.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34006i33FD16FF743262DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="33934.png" alt="33934.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would suggest start using each of the action and go through the initial values defined in each of the actions in Object Studio to get a better understanding of how they work. Let me know in case you face any issues while understanding any one of these actions.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 11 May 2022 07:13:00 GMT</pubDate>
    <dc:creator>devneetmohanty07</dc:creator>
    <dc:date>2022-05-11T07:13:00Z</dc:date>
    <item>
      <title>RegEx pattern</title>
      <link>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93413#M2974</link>
      <description>How or where to know how to write a valid pattern for RegEx?&lt;BR /&gt;how do suppose I know how to write it?
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sam Lima&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2022 17:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93413#M2974</guid>
      <dc:creator>SamLima</dc:creator>
      <dc:date>2022-05-10T17:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: RegEx pattern</title>
      <link>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93414#M2975</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53497"&gt;@SamLima&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There are various regular expression testers online that you can use for testing. You just need an example of the data you're going to run the tests against. Here's one that I've used in the past:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://regexstorm.net/tester" target="_blank" rel="noopener"&gt;http://regexstorm.net/tester&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There's also a &lt;A href="http://regexstorm.net/reference" target="_blank" rel="noopener"&gt;Reference&lt;/A&gt; page on that site that shows information about the various flags, etc that can be used in RegEx's.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2022 20:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93414#M2975</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-05-10T20:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: RegEx pattern</title>
      <link>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93415#M2976</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;There are two steps to it basically: &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;First step is first building regular expression using some online resource:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;You can use a lot of resources to test the Regular expressions that you create using the following resources: &lt;A href="https://www.regextester.com/" target="_blank" rel="noopener"&gt;Regex Tester&lt;/A&gt; , &lt;A href="https://regex101.com/" target="_blank" rel="noopener"&gt;Regex101&lt;/A&gt;etc&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Second step is to actually implement it from Blue Prism:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Once you have a regular expression in place, next step is to download and import the latest asset from Digital Exchange: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---strings" target="_blank" rel="noopener"&gt;Utility - Strings&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here, you can find a lot of useful actions that you can use to get various operations done using regular expressions like you can validate if a pattern of string exists or not as per your regular expression, you can also replace any string if you want if it matches your regular expression, you can also extract a set or subset of strings based on the pattern described by your regular expression from a entire text data.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33932.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34005i6CB8CB375125882E/image-size/large?v=v2&amp;amp;px=999" role="button" title="33932.png" alt="33932.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33933.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34002i740519ED4F5CD3A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="33933.png" alt="33933.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33934.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34006i33FD16FF743262DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="33934.png" alt="33934.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would suggest start using each of the action and go through the initial values defined in each of the actions in Object Studio to get a better understanding of how they work. Let me know in case you face any issues while understanding any one of these actions.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2022 07:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/RegEx-pattern/m-p/93415#M2976</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-11T07:13:00Z</dc:date>
    </item>
  </channel>
</rss>

