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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Eli
Päiväys:  
Vastaanottaja: 'Wakko Warner'
Kopio: exim-users
Aihe: 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