[exim] strpos or s/// regexp in stringexpansion

Etusivu
Poista viesti
Vastaa
Lähettäjä: Marten Lehmann
Päiväys:  
Vastaanottaja: exim-users
Aihe: [exim] strpos or s/// regexp in stringexpansion
Hello,

I would like to do on my own what

local_part_suffix = +*

does in a string expansion. I couldn't find an regexp-operator similar
to perl's s///. I could also work with strpos and substr, but there is
not strpos operator.

Any ideas how else can I solve it?

Regards
Marten