Overview
Coding that exemplifies how to remove all occurrences of a certain substrings from a larger string.
Description
This code removes all instances of a selected character by continuously searching and removing each individual instance until no further instances of the substring remain. In other words, the output character string will be a copy of the original string with all instances of the substring removed.
Requirements
LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
1. Run the VI.
2. From the pull-down menu on the front panel, choose which substring you want to match.
3. Click the OK button.
Additional Information or References
