c9f97977ff0c97f3b3c139b24e7464ed12cd665b
[platform/upstream/fontconfig.git] / doc / FcStrStrIgnoreCase.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcStrStrIgnoreCase" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcStrStrIgnoreCase \- locate UTF-8 substring ignoring ASCII case
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcChar8 * FcStrStrIgnoreCase (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns the location of \fIs2\fR in 
14 \fIs1\fR, ignoring case. Returns NULL if
15 \fIs2\fR is not present in \fIs1\fR\&.
16 This test is case-insensitive for all proper UTF-8 encoded strings.