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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Eli
Ημερομηνία:  
Προς: 'Wakko Warner'
Υ/ο: exim-users
Αντικείμενο: 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