util_utf8_strstrcasedecomp


Description:


public unowned string? util_utf8_strstrcasedecomp (string haystack, string needle)

Find the first instance of needle in haystack, where both needle and haystack are UTF-8 strings.

Both strings are stripped and decomposed for comparison, and case is ignored.

Parameters:

haystack

The string to search in.

needle

The string to search for.

Returns:

A pointer to the first instance of needle in haystack, or null if either of the strings are not legal UTF-8 strings.


Namespace: E