X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcregex.h;h=4047088f8a6767ac10899b2ed6c7f4522c1b8aae;hp=8b5a66544f26fd3893bb2c3717110eabae1c6d94;hb=10c399ae1a586f5c82b96da137bd88f8e015b659;hpb=c100f729a4713e3960a49e6c3ef9c321246b3247 diff --git a/lib/silcutil/silcregex.h b/lib/silcutil/silcregex.h index 8b5a6654..4047088f 100644 --- a/lib/silcutil/silcregex.h +++ b/lib/silcutil/silcregex.h @@ -370,11 +370,6 @@ SilcBool silc_regex_buffer(SilcBuffer buffer, const char *regex, * using the SILC_STR_REGEX in SILC Buffer Format API directly. This * function only provides basic matching and substitution. * - * EXAMPLE - * - * // Replace all foos with bar on all lines in the buffer - * silc_subst(buffer, "s/foo/bar/g"); - * ***/ SilcBool silc_subst(SilcBuffer buffer, const char *subst);