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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users @ exim. org
Sujet: 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