LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generic search of characters

I need to make a generic search such as "??R3" in a string of characters in a file. The "??R3" means any 2 characters followed by R3 matchs the search. I don't know hwo I can put generic search in Labview. In general in Dos ? and * are used for generci search, what are their equivalent in Labview? Thanks
0 Kudos
Message 1 of 2
(2,508 Views)
Use the "match pattern" from the string palette and use "..R3" for the "regular expression" input.

(See also the online help).
Message 2 of 2
(2,508 Views)