Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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