regexp-replace-all

[procedure] regexp-replace regexp string substitute

[procedure] regexp-replace-all regexp string substitute

STk, STklos, Gauche: substitute matched portion of string for substitute. Gauche allows a procedure as substitute. See also Concept:RegularExpression.

Some implementations have similar functions, such as string-substitute.