1FcStrStrIgnoreCase(3)                                    FcStrStrIgnoreCase(3)
2
3
4

NAME

6       FcStrStrIgnoreCase - locate UTF-8 substring ignoring ASCII case
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcStrStrIgnoreCase (const char *s1, const char *s2);
12

DESCRIPTION

14       Returns the location of s2 in s1, ignoring ASCII case.  Returns NULL if
15       s2 is not present in s1.  This test is case-insensitive  in  the  ASCII
16       range  and will operate properly with UTF8 encoded strings, although it
17       does not check for well formed strings.
18

VERSION

20       Fontconfig version 2.4.2
21
22
23
24                                  11 May 2007            FcStrStrIgnoreCase(3)
Impressum