Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

strcmp_i (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: string

Requires: MathScript RT Module

Syntax

c = strcmp_i(a, b)

Legacy Name: strcmpi

Description

Performs a case-insensitive comparison of input strings.

Examples

Inputs

Name Description
a Specifies a string.
b Specifies a string.

Outputs

Name Description
c Returns 1 if a and b are the same. Otherwise, this function returns 0. c is a Boolean.

Examples

A = 'TESTtest'
B = 'testTEST'
C = strcmp_i(A, B)

Related Topics

findstr
strcmp
strcmp_n
strcmp_ni
strfindall
strmatchall


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit