str_case_equal


Description:


public bool str_case_equal (void* v1, void* v2)

Compares v1 and v2 in a case-insensitive manner

Parameters:

v1

an ASCII string

v2

another ASCII string

Returns:

true if they are equal (modulo case)


Namespace: Soup
Package: libsoup-2.4