To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI exemplifies how to compare two strings ignoring if the characters are upper case or lower case.
Description
This VI uses the node named “To Upper Case” and the equal function to compare the two recently convert its strings. This could be really useful to compare values in which the which there are strings that are upper case and lower case.
Requirements
LabVIEW Base Development System.
Steps to Implement or Execute Code
1. Open the attached VI named “String Compare and Ignoring the Case LV 2012 - NI Verified.vi”.
2. Set the “String 1” and “Sting 2” controls using the values to compare.
3. Run the VI.
4. Check the Value of the “String Equal?” boolean LED.
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.