RE: [Exim] How do you quote the \N sequence in strings?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Eli
Data:  
Para: 'Wakko Warner'
CC: exim-users
Asunto: RE: [Exim] How do you quote the \N sequence in strings?
Wakko Warner wrote:
>> I thought maybe just \\N, but then that could be still seen as \N
>> depending on how Exim searches for \N in text.
>
> Well, if you can't escape a \N in the regexp, then can you do this:
> \Nsometext with \N\\N\N in it\N
> =)
>
> god that's ugly!


Holy Hannah, that is nasty. Is there any way around this aside from
breaking out of the escape sequence and then starting it up again? :P