packages feed

jacinda-0.3.0.0: lib/string.jac

fn intercalate(b, strs) :=
  [x+b+y]|'' strs;

fn replace(re, t, str) :=
  [x+t+y]|'' (split str re);