strncasecmp - Case-insensitive string comparison of the first n characters.
strncasecmp(str1,str2,len)
in: res=<{strncasecmp("one ","ONE SAMPLE",4)}>. out: res=0. in: res=<{strncasecmp("ONE ","ONE SAMPLE",5)}>. out: res=-115. in: res=<{strncasecmp("ONE SAMPLE","ONE ",4)}>. out: res=0.
{{ include("includes/strings.sn") }}
Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit© 2024 extenso Inc. All rights reserved.