Character searching

The following table lists the multibyte functions and their wide-character equivalents that perform character searching.
Character-searching task Multibyte-character function Wide-character function
Search for the first occurrence of a character in the character string. ifx_gl_mbschr() ifx_gl_wcschr()
Search for the last occurrence of a character in the character string. ifx_gl_mbsrchr() ifx_gl_wcsrchr()
Search for a substring in another string. ifx_gl_mbsmbs() ifx_gl_wcswcs()
Search for the first occurrence in the character string of any character from a second specified character string. ifx_gl_mbspbrk() ifx_gl_wcspbrk()