Re: [exim] How to allow delimiter characters in delimited st…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users @ exim. org
題目: Re: [exim] How to allow delimiter characters in delimited strings?
Marc Haber wrote:
> The file is hand-edited by the end user, and I'd like to avoid having
> directions like this in the end-user docs. It would be great to have
> something like ${extract{2:999}{:}, giving out fields 2 to 999 of the
> string.


Oh, in that case, you can replace your extract with an RE.
-J