![]() |
![]() |
![]() |
![]() |
Search for a multibyte character in a string, ignoring case
char *mbstrichr( char const *string, char const *mbchar, int *count );
ph
The mbstrichr() searches for a character in string that matches mbchar disregarding the case. If such a match occurs in string, then count (if provided) is set to the number of characters spanned to find the match.
A pointer to the beginning of the matching character within string, or NULL if no match is found.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
mbstrchr(), mbstrichr(), mbstrnchr(), mbstrnichr(), mbstrrchr(), mbstrirchr()
Unicode Multilingual Support in the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |