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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Eli
日付:  
To: 'Wakko Warner'
CC: 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