Next: Functions for converting UTF-8 characters, Previous: Comparing UTF-8 strings, Up: UTF-8 [Contents][Index]
Returns a pointer to the first occurrence of wide character chr in string str, or ‘NULL’, if no such character is encountered.
Returns a pointer to the first occurrence of wide character chr (case-insensitive) in string str, or ‘NULL’, if no such character is encountered.
Finds the first occurrence of pattern in text. Returns a
pointer to the beginning of pattern in text. Returns
NULL
if no occurrence was found.