int silc_string_match(const char *string1, const char *string2);
Do regex match to the two strings `string1' and `string2'. If the `string2' matches the `string1' this returns TRUE.