logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcStrStrIgnoreCase - locate UTF-8 substring ignoring case

Description

Returns the location of s2 in s1, ignoring case. Returns NULL if s2 is not present in s1. This test is case-insensitive for all proper UTF-8 encoded strings. Fontconfig 2.15.0 04 July 2025 FcStrStrIgnoreCase(3)

Name

FcStrStrIgnoreCase - locate UTF-8 substring ignoring case

Synopsis

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

See Also