<?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: Match Regular Expression missing a pattern in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466973#M1319829</link>
    <description>&lt;P&gt;The one thing that jumps out at me is the degree symbol on the Sweeping Phase line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW may not support extended ascii chars&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 21:14:44 GMT</pubDate>
    <dc:creator>PhillipDBrooks</dc:creator>
    <dc:date>2026-01-23T21:14:44Z</dc:date>
    <item>
      <title>Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466964#M1319824</link>
      <description>&lt;P&gt;Hi. I am attempting to use "Match Regular Expression" to help trim down some data tables that I export from ANSYS Mechanical. It was working for a while, but at some point it kinda just started skipping/missing matchable patterns, and I cannot figure out what I am missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I start with the attached RegExIssue.html file, which has various tables and things:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_0-1769197760885.png" style="width: 1200px;"&gt;&lt;img src="https://ip1.i.lithium.com/f70b5466564050f74a9d30a222de82cb470a3c70/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239353069333234444330364244333841463137342f696d6167652d64696d656e73696f6e732f31323030783337353f763d7632" width="1200" height="375" role="button" title="JBatSRO_0-1769197760885.png" alt="JBatSRO_0-1769197760885.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I run this file through a VI which uses the regular expression to strip out various tables and things. The full version reformats the data and strips it down to the bare necessities. The version that I have attached here is a simplified version with just the expression in question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_3-1769198983480.png" style="width: 1250px;"&gt;&lt;img src="https://ip1.i.lithium.com/a945e3e4200cafc256d0fe437328eeab6c9f0855/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239353469463034313846344646414234433536462f696d6167652d64696d656e73696f6e732f31323530783338313f763d7632" width="1250" height="381" role="button" title="JBatSRO_3-1769198983480.png" alt="JBatSRO_3-1769198983480.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The regular expression that I am using is as follows:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;tbody&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th class="GroupName" colspan="\d*"&amp;gt;(Scope|Definition|Integration Point Results|Information)&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;(&amp;lt;tr&amp;gt;&amp;lt;th class="ItemName"&amp;gt;[\w\s]*&amp;lt;/th&amp;gt;((&amp;lt;td colspan="\d*"&amp;gt;[\w\s\(\)\+\-\*\/\=\.\,\°\%]*&amp;lt;/td&amp;gt;)|(&amp;lt;td&amp;gt;[\w\s\(\)\+\-\*\/\=\.\,\°\%]*&amp;lt;/td&amp;gt;)+)+&amp;lt;/tr&amp;gt;)+&amp;lt;/tbody&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it functions properly, the sub tables with the headings "Scope", "Definition", "Integration Point Results", and "Information" should be found by the regular expression and then removed (one at a time). What I have found, recently, is that one of these sub tables does not get removed, the "Definition" one in this example. The result that I get currently is shown in the RegExIssue-Cleaned.html file, shown below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_1-1769198141393.png" style="width: 1200px;"&gt;&lt;img src="https://ip1.i.lithium.com/740d750b87ff83510c4cb341f24e2e71b3009fef/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239353169374542464142363038393039384441432f696d6167652d64696d656e73696f6e732f31323030783237363f763d7632" width="1200" height="276" role="button" title="JBatSRO_1-1769198141393.png" alt="JBatSRO_1-1769198141393.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not know what I am missing in my regular expression to grab this table, especially since I am able to successfully utilize this regular expression on websites such as regex101.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was hoping I could get some insight or direction regarding where my issue is coming from? Any help would be greatly appreciated. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 20:14:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466964#M1319824</guid>
      <dc:creator>JBatSRO</dc:creator>
      <dc:date>2026-01-23T20:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466972#M1319828</link>
      <description>&lt;P&gt;I'll just link to this classic post...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags" target="_blank"&gt;https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said I see a couple issues- first, when I copy/paste your stuff into regex101, it gives a bunch of errors. Those same errors don't appear in LabVIEW- I haven't tracked down why, but FYI.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Also, I think I'd recommend a different approach. You are trying to grab the whole thing as one regex match, and (see post above) a regex isn't a great way to parse HTML. I'd recommend still using regex, but more as a pseudo-parser- use a regex to find the header of the table, then parse until you find the end of the table, then delete that substring. You'll need to keep track of nested table declarations manually, but I think it'll be more robust than your current method, which seems fragile.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 21:02:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466972#M1319828</guid>
      <dc:creator>BertMcMahan</dc:creator>
      <dc:date>2026-01-23T21:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466973#M1319829</link>
      <description>&lt;P&gt;The one thing that jumps out at me is the degree symbol on the Sweeping Phase line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW may not support extended ascii chars&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 21:14:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466973#M1319829</guid>
      <dc:creator>PhillipDBrooks</dc:creator>
      <dc:date>2026-01-23T21:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466978#M1319832</link>
      <description>&lt;P&gt;Yeah with regex101 I/you/we just need to change the delimeter in the top left corner to something other than the / and it seems to work fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_0-1769204098824.png" style="width: 755px;"&gt;&lt;img src="https://ip1.i.lithium.com/628721b42d1b9c7434c98566fb5346fd6e29fd96/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239353669324245314444443032393930303836352f696d6167652d64696d656e73696f6e732f373535783538353f763d7632" width="755" height="585" role="button" title="JBatSRO_0-1769204098824.png" alt="JBatSRO_0-1769204098824.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding that link, yes, very good. Very passionately written. I think because I am using this for a very specific set of cases that I still want to pursue this.&amp;nbsp; I think part of the deal was I was having trouble doing what you suggested. For some reason I was having difficulty finding the end of whatever table I was looking for, and eventually I stumbled upon this goofy solution. When most of these tables end with &amp;lt;/tr&amp;gt;&amp;lt;/tbody&amp;gt; it makes it a bit tricky to find the right one. But yeah, it is fragile. The full version I wrote in something that I call my "Step Stepper", which allows me to step through the program bit by bit to see where things break and try to fix it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any time I've tried regex stuff on an actual website it has always been a nightmare and I give up very very fast.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 22:04:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466978#M1319832</guid>
      <dc:creator>JBatSRO</dc:creator>
      <dc:date>2026-01-23T22:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466979#M1319833</link>
      <description>&lt;P&gt;Yeah I tried a few different ones,&amp;nbsp; ALT+0176 ° and ALT+248 °, and neither seemed to work. Its weird because I think I've had that symbol in there for a while so it must have worked at some point.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 22:04:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466979#M1319833</guid>
      <dc:creator>JBatSRO</dc:creator>
      <dc:date>2026-01-23T22:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466989#M1319835</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/646179"&gt;@JBatSRO&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;For some reason I was having difficulty finding the end of whatever table I was looking for, and eventually I stumbled upon this goofy solution. When most of these tables end with &amp;lt;/tr&amp;gt;&amp;lt;/tbody&amp;gt; it makes it a bit tricky to find the right one. But yeah, it is fragile. The full version I wrote in something that I call my "Step Stepper", which allows me to step through the program bit by bit to see where things break and try to fix it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think that's where you'll be better off, actually. Doing some "regular code" plus regex will always be more powerful than regex alone. That's a REALLY long regex and it's going to be hard to nail it down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try breaking it up into a series of much simpler steps. As that link mentions, the groupings are not guaranteed to be in specific orders, so a regex can't really do what you need it to in a "general" sense. Your case might be focused enough for it to work, but it'll be fragile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you boil it down to substeps, I think you first want to find where each subtable starts as marked by "GroupName" and delete the areas between them. This VI will find these start points:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Find header row positions.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/dfff370027d06dcc8d9e8feb0aed4af4cbdb5bad/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239353769423237423439353845423745454335302f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Find header row positions.png" alt="Find header row positions.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to delete everything between those rows, it's now easy for all except Information. The Information section goes all the way through the end of the table, so you then need to find that by looking for the first &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt; followed by a &amp;lt;/table&amp;gt; marker AFTER the Information position. Again, that's an easy substep:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Find end of last row in table.png" style="width: 878px;"&gt;&lt;img src="https://ip1.i.lithium.com/061af0aabe5ea561e580ec1b5aeab51211f01da8/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239353869443144423743323035333134393235462f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Find end of last row in table.png" alt="Find end of last row in table.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put those together and you can parse the whole thing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RegExIssue.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/10f7af7e97a6eb5612d9ba8b1f53ea993fed6e6e/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353239363169463245424337354444373638343738382f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="RegExIssue.png" alt="RegExIssue.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That was pretty quick and dirty but I think that method of a bunch of simpler functions/searches will work more reliably than a giant regex.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 23:38:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4466989#M1319835</guid>
      <dc:creator>BertMcMahan</dc:creator>
      <dc:date>2026-01-23T23:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467242#M1319911</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/224891"&gt;@BertMcMahan&lt;/a&gt;&amp;nbsp;wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I think that's where you'll be better off, actually. Doing some "regular code" plus regex will always be more powerful than regex alone. That's a REALLY long regex and it's going to be hard to nail it down.&lt;/P&gt;
&lt;P&gt;That was pretty quick and dirty but I think that method of a bunch of simpler functions/searches will work more reliably than a giant regex&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Thanks, I will check this out and report back with whatever I can get.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 14:57:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467242#M1319911</guid>
      <dc:creator>JBatSRO</dc:creator>
      <dc:date>2026-01-27T14:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467246#M1319913</link>
      <description>&lt;P&gt;If it is becoming harder to manage in LabVIEW, would you be open to a preprocessing in Python to extract the HTML blocks and read the extracted data in LV?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 15:08:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467246#M1319913</guid>
      <dc:creator>santo_13</dc:creator>
      <dc:date>2026-01-27T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467365#M1319936</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/333638"&gt;@santo_13&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;If it is becoming harder to manage in LabVIEW, would you be open to a preprocessing in Python to extract the HTML blocks and read the extracted data in LV?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;sounds like an usecase for the labview python node&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 10:04:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467365#M1319936</guid>
      <dc:creator>alexderjuengere</dc:creator>
      <dc:date>2026-01-28T10:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467396#M1319941</link>
      <description>&lt;P&gt;I asked Google and it may be possible to export your report data from ANSYS Mechanical to JSON format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTML is primarily about presentation. JSON would allow you to use native LabVIEW functions or &lt;A href="https://www.vipm.io/package/jdp_science_jsontext/" target="_blank"&gt;JSONtext Toolkit for LabVIEW&lt;/A&gt;&amp;nbsp;to select data you are interested in.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 13:35:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467396#M1319941</guid>
      <dc:creator>PhillipDBrooks</dc:creator>
      <dc:date>2026-01-28T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467913#M1320081</link>
      <description>&lt;P&gt;Thanks yall. So, the bandaid solution ended up requiring me to look at the probed data. Exactly as Phillip said,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/717749"&gt;@PhillipDBrooks&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;LabVIEW may not support extended ascii chars&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When I looked at some probed data, the ° character showed up like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_1-1770043277433.png" style="width: 774px;"&gt;&lt;img src="https://ip1.i.lithium.com/d8a4efbab7e5928e9cb6a143a07a74846aeac215/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353332333369383632434538314645463137423538432f696d6167652d64696d656e73696f6e732f3737347836343f763d7632" width="774" height="64" role="button" title="JBatSRO_1-1770043277433.png" alt="JBatSRO_1-1770043277433.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I basically just slapped that into one of my filters/expressions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_2-1770043380635.png" style="width: 750px;"&gt;&lt;img src="https://ip1.i.lithium.com/0f094579faa0bf79a6b8bbd7ea26072c91109600/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353332333569333446364541383441333536343737462f696d6167652d64696d656e73696f6e732f3735307834353f763d7632" width="750" height="45" role="button" title="JBatSRO_2-1770043380635.png" alt="JBatSRO_2-1770043380635.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that seemed to do the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While I personally have zero Python experience, I imagine some of these python suggestions would be helpful for others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I totally redid my various regex filters and managed to shave off a step or two. Maybe if I do it again down the road I can get one or two more out.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 14:47:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467913#M1320081</guid>
      <dc:creator>JBatSRO</dc:creator>
      <dc:date>2026-02-02T14:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467966#M1320092</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/646179"&gt;@JBatSRO&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks yall. So, the bandaid solution ended up requiring me to look at the probed data. Exactly as Phillip said,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/717749"&gt;@PhillipDBrooks&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;LabVIEW may not support extended ascii chars&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;When I looked at some probed data, the ° character showed up like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_1-1770043277433.png" style="width: 774px;"&gt;&lt;img src="https://ip1.i.lithium.com/d8a4efbab7e5928e9cb6a143a07a74846aeac215/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353332333369383632434538314645463137423538432f696d6167652d64696d656e73696f6e732f3737347836343f763d7632" width="774" height="64" role="button" title="JBatSRO_1-1770043277433.png" alt="JBatSRO_1-1770043277433.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I basically just slapped that into one of my filters/expressions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_2-1770043380635.png" style="width: 750px;"&gt;&lt;img src="https://ip1.i.lithium.com/0f094579faa0bf79a6b8bbd7ea26072c91109600/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353332333569333446364541383441333536343737462f696d6167652d64696d656e73696f6e732f3735307834353f763d7632" width="750" height="45" role="button" title="JBatSRO_2-1770043380635.png" alt="JBatSRO_2-1770043380635.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that seemed to do the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While I personally have zero Python experience, I imagine some of these python suggestions would be helpful for others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I totally redid my various regex filters and managed to shave off a step or two. Maybe if I do it again down the road I can get one or two more out.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Could you just change that segment of the string to [^&amp;lt;]*? Your problem seems to be that you're trying to list all possible allowable characters, but really you're just trying to find the &amp;lt;, right?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 19:00:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467966#M1320092</guid>
      <dc:creator>BertMcMahan</dc:creator>
      <dc:date>2026-02-02T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467969#M1320093</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/224891"&gt;@BertMcMahan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Could you just change that segment of the string to [^&amp;lt;]*? Your problem seems to be that you're trying to list all possible allowable characters, but really you're just trying to find the &amp;lt;, right?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think in my next iteration maybe that is something I could do. I know part of why I used the specific string set is because I wanted to make sure I only grabbed certain tables and sections and things. Like, I think I am expecting certain characters in some of the tables that I don't want filtered out. And when I did [\s\S]* I accidentally ate the entire page. I'll have to take a look at this!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 19:12:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4467969#M1320093</guid>
      <dc:creator>JBatSRO</dc:creator>
      <dc:date>2026-02-02T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Match Regular Expression missing a pattern</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4468069#M1320125</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/646179"&gt;@JBatSRO&lt;/a&gt;&amp;nbsp;wrote:&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When I looked at some probed data, the ° character showed up like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JBatSRO_1-1770043277433.png" style="width: 774px;"&gt;&lt;img src="https://ip1.i.lithium.com/d8a4efbab7e5928e9cb6a143a07a74846aeac215/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33353332333369383632434538314645463137423538432f696d6167652d64696d656e73696f6e732f3737347836343f763d7632" width="774" height="64" role="button" title="JBatSRO_1-1770043277433.png" alt="JBatSRO_1-1770043277433.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;thats an encoding error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you might want to try the utf-8 to (labview)text function &lt;A href="https://forums.ni.com/t5/LabVIEW/undocumented-function-quot-text-to-utf-8-quot/m-p/1034616#M460673" target="_blank"&gt;https://forums.ni.com/t5/LabVIEW/undocumented-function-quot-text-to-utf-8-quot/m-p/1034616#M460673&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 12:42:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Match-Regular-Expression-missing-a-pattern/m-p/4468069#M1320125</guid>
      <dc:creator>alexderjuengere</dc:creator>
      <dc:date>2026-02-03T12:42:26Z</dc:date>
    </item>
  </channel>
</rss>

