1FcStrStr(3) FcStrStr(3)
23
4
NAME
6FcStrStr - locate UTF-8 substring
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcChar8 * FcStrStr (const char *s1, const char *s2);
12
DESCRIPTION
14Returns the location of s2 in s1. Returns NULL if s2 is not present in
15s1. This test will operate properly with UTF8 encoded strings, although
16it does not check for well formed strings.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcStrStr(3)