I'm not sure what you mean, any example would be better.

Maybe you need 'read-delimited' in the (ice-9 rdelim)?
(call-with-input-string "abcd@efg"
  (lambda (port)
    (read-delimited "@,/ " port)))
==> abcd

Maybe it's not you need, as I said, some example to explain your thought
would be better.

On Wed, 2012-10-31 at 12:47 -0400, Kejia柯嘉 wrote:
> hi,
> 
> is there a function that can escape of a string every character which
> is an escape character?
> 
> thanks a lot.
> 
> -----------
> kejia
> 
> ☵☯☲
> 



Reply via email to