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.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
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.