03-31-2009 01:46 PM
I am using two Match Pattern Functions, One to find the Test data in the string that I am looking for and one to pasrse the string after that for a PASS or FAIL condition. How would I set the regular expression to look for PASS or FAIL?
Thanks Chuck
03-31-2009 02:12 PM
03-31-2009 02:13 PM - edited 03-31-2009 02:14 PM
Take a look at the Match Regular Expression.vi and the regex below, this should do what you are looking for. (A minute too slow)
03-31-2009 03:51 PM
09-18-2013 09:14 PM
09-18-2013 09:47 PM
They are managing by experience. For above example you can find in help only.
09-19-2013 10:43 AM
Hi all,
The above function help is called Context Help and can be found by pushing Ctrl + H and using the mouse to hover over an object. The context help will display pertinent information regarding the object and a link to a more detailed help page.
If you are looking for example VIs they can be accessed by clicking on the Help icon on the LabVIEW toolbar and selecting Find Examples....
This will bring up a separate dialog box which will allow you to search through all the supplied examples that come with the LabVIEW installation.
Mark B
09-19-2013 03:47 PM - edited 09-19-2013 03:47 PM
Regular Expressions are an incredibly powerful tool, but they are a programming language in and of themselves. Here is a link to a thread about them that might be helpful
http://forums.ni.com/t5/BreakPoint/Regular-Expressions-Board/td-p/1187799/highlight/true
09-24-2013 09:30 PM
Hi Ranjeet_Singh and PeanutButterOven,