X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcregex.h;h=4047088f8a6767ac10899b2ed6c7f4522c1b8aae;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=8b5a66544f26fd3893bb2c3717110eabae1c6d94;hpb=8fc3402eeef449d1a0b7dfa10a2f316a181d8a27;p=silc.git 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);