strcasecmp - Case-insensitive string comparison.
strcasecmp(str1,str2)
in: res=<{strcasecmp("ONE SAMPLE","one SAMPLE")}>. out: res=0. in: res=<{strcasecmp("ONE SAMPLE",2)}>. out: res=61. in: res=<{strcasecmp(2,"ONE SAMPLE")}>. out: res=-61.
{{ 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.