silc_regex_buffer
SYNOPSIS
SilcBool silc_regex_buffer(SilcBuffer buffer, const char *regex, SilcBuffer match, ...);
DESCRIPTION
Same as silc_regex but the string to match is in `buffer'. Returns TRUE if the string matches and FALSE if it doesn't. See examples and other information in silc_regex. The `buffer' and `match' may be the same buffer.