Navigation

Operators and Keywords

Function List:

C++ API

strcmpi.m File Reference


Functions

endif else print_usage ()
endif endfunction !assert (strcmpi("abc123","ABC123"), logical(1))

Variables

function retval

Function Documentation

endif endfunction !assert ( strcmpi("abc123","ABC123")  ,
logical(1)   
)

endif else print_usage (  ) 


Variable Documentation

else retval

Initial value:

 strcmpi (s1, s2)

  if (nargin == 2)
    if ((ischar(s1) || iscellstr(s1)) && (ischar(s2) || iscellstr(s2)))


      retval = strcmp (lower (s1), lower (s2))