STRCMPI String Compare Case Insensitive Function
Section: String Functions
Usage
Compares two strings for equality ignoring case. The general syntax for its use isp = strcmpi(x,y)
where x
and y
are two strings, or cell arrays of strings.
See strcmp
for more help.