From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Match pattern and match regular expression context help unclear

I'm using LabVIEW 8.6 and have noticed that the context help for 'match pattern' and 'match regular expression' seem to be unclear. The 'match regular expression' has no connectors in the context help diagram (until you drop the vi into a diagram, and then the connectors show up), and the 'match pattern' help does not tell you that you can use it to simply match a string as well. Is this known, or is has it been fixed in 8.6.1?

 

Tay

0 Kudos
Message 1 of 2
(2,966 Views)

slipstick wrote:

The 'match regular expression' has no connectors in the context help diagram (until you drop the vi into a diagram, and then the connectors show up)


No change in 8.6.1

 


slipstick wrote:

the 'match pattern' help does not tell you that you can use it to simply match a string as well


A string is a simple pattern, this isn't something that needs fixing.

 

Keep in mind that Match Regular Expression is the better choice for complex regexps.  The Match Pattern documentation says it "gives you fewer options for matching strings but performs more quickly than the Match Regular Expression function."

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 2 of 2
(2,937 Views)