Main Content
strcmpi
Syntax
Description
compares strings tf
= strcmpi(str1
,str2
)str1
and str2
, ignoring
differences in letter case. The operator returns 1
(true
) if the strings are identical and 0
(false
) otherwise. Use this operator in the Requirements
Table block.
Examples
Input Arguments
Limitations
This operator does not support the use of
Simulink.Bus
object fields.
Version History
Introduced in R2022b