Next: Counting the characters in a Unicode string, Previous: Comparing Unicode strings, Up: Elementary string functions [Contents][Index]
The following function searches for a given Unicode character.
Searches the string at s for uc. Returns a pointer to the first occurrence of uc in s, or NULL if uc does not occur in s.
This function is similar to memchr
, except that it operates on
Unicode strings.