Example Code

Filtering a 1D Array of Strings

Code and Documents

Attachment

This VI filters a 1D array of strings for any matches to Regular Expression and returns arrays to matching elements and unmatching elements.

The Match Pattern function searches each element of the 1D String Array for a pattern that matches Regular Expression. The element is appended to either the Matched Array or Unmatched Array outputs accordingly. Regular Expression can include any expression used by the Match Pattern function.

Current Version: 1.0
LabVIEW Version: 7.1

FEO Medical, Inc.
The PossumWorks Lab
Developer: BMC

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors