[Top][All Lists]
[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
>
> ☵☯☲
>