Overview
This example searches for a substring in all of the search elements, if it is found the entire element is removed from the Result List
Description
This VI takes strings out of an array of strings if they contain a particular substring. The VI passes in an array of strings which this VI parses looking for a particular string or character which is also passed in. If passed not found, the string under test is added to the output string. If it is found, the string is ignored.
Requirements
LabVIEW Full Development System 2012 or compatible
Steps to Implement or Execute Code
- Enter the Search list elements
- Enter the Search Substring to be searched for
- Run the VI
- The result List will not have any element that has the search substring
Additional Information or References
VI Block Diagram

**This document has been updated to meet the current required format for the NI Code Exchange. **