guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: escaping characters


From: nalaginrut
Subject: Re: escaping characters
Date: Thu, 01 Nov 2012 10:12:57 +0800

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 "address@hidden"
  (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

[Prev in Thread] Current Thread [Next in Thread]