- (string-interpolate STR [eval-tag: EVAL-TAG]) -> listprocedure
Performs substitution of embedded Scheme expressions, prefixed with EVAL-TAG. Two consecutive EVAL-TAGs are translated to a single EVAL-TAG. A trailing EVAL-TAG is taken literally.
- STR
- string.
- EVAL-TAG
- character, default #\#.