logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

FcStrStr - locate UTF-8 substring

Description

Returns the location of s2 in s1. Returns NULL if s2 is not present in s1. This test will operate properly with UTF8 encoded strings. Fontconfig 2.15.0 04 July 2025 FcStrStr(3)

Name

FcStrStr - locate UTF-8 substring

Synopsis

#include<fontconfig/fontconfig.h>FcChar8*FcStrStr(constFcChar8*s1,constFcChar8*s2);

See Also