Searched refs:regsub (Results 1 – 4 of 4) sorted by relevance
31 extern void regsub _ANSI_ARGS_((regexp *prog, constant char *source, char *dest));
2000 regsub -all "\[ \t\n\]+" [string trim $text] " " text2001 regsub -all {([^a-zA-Z])'([^']*)'} $text {\1**`\2`**} text2003 regsub -all {(http[^ \t\n]*)} $text {[\1](\1)} text2055 regsub -all "\n\n" $defn "\n: " defn2309 regsub -all . $quoted "&\b&" quoted2313 regsub -all . $quoted "_\b&" quoted
239 - `regsub` does not support the `\y` flag. A workaround is demonstrated
73 static void regsub(SPACE *, char *, char *);417 regsub(&SS, ps, cp->u.s->new); in substitute()693 regsub(SPACE *sp, char *string, char *src) in regsub() function