1FcStrStr(3)                                                        FcStrStr(3)
2
3
4

NAME

6       FcStrStr - locate UTF-8 substring
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcStrStr(const FcChar8 *s1);
12       (const FcChar8 *s2);
13       .fi
14

DESCRIPTION

16       Returns  the location of s2 in s1. Returns NULL if s2 is not present in
17       s1. This test will operate properly with UTF8 encoded strings.
18

VERSION

20       Fontconfig version 2.8.0
21
22
23
24                               18 November 2009                    FcStrStr(3)
Impressum