util_strstrcase


Description:


public string? util_strstrcase (string haystack, string needle)

Find the first instance of needle in haystack, ignoring case for bytes that are ASCII characters.

Parameters:

haystack

The string to search in.

needle

The string to search for.

Returns:

A pointer to the start of needle in haystack, or NULL if needle is not found.


Namespace: E