string-replace in Jade

Subject: string-replace in Jade
From: Vivek Agrawala <vivek@xxxxxxxxxxxxxxx>
Date: Wed, 23 Apr 1997 16:15:02 -0400
Does someone have an  efficient  implementation of a
string-replace in DSSSL (Jade)?


Something like:

(define (string-replace s1 s2 str)
  ;; in str, replace all occurences of substring s1 with s2
  .....
)

-- Vivek Agrawala, Ph.D.
Siemens Corporate Research, Inc.	email: vivek@xxxxxxxxxxxxxxx


Current Thread