Back to Core Functions
strcmpi
Compare strings (case-insensitive)
Syntax
tf = strcmpi(s1, s2)
Description
Returns 1 if the strings are identical ignoring case, 0 otherwise.
Parameters
| Name | Description |
|---|---|
| s1 | First string |
| s2 | Second string |
Returns
1 if equal (ignoring case), 0 otherwise