silc_string_match

SYNOPSIS

    int silc_string_match(const char *string1, const char *string2);

DESCRIPTION

Do regex match to the two strings `string1' and `string2'. If the `string2' matches the `string1' this returns TRUE.