Re: [exim] String expansion: reversing a domain name?

Top Page
Delete this message
Reply to this message
Author: Tony Finch
Date:  
To: Lanny Jason Godsey
CC: Marc Sherman, 'Exim-users'
Subject: Re: [exim] String expansion: reversing a domain name?
On Wed, 16 Feb 2005, Lanny Jason Godsey wrote:

> If you embed perl (I do), then this will work for you.


sub flipit {
    return join ".", reverse split /\./, @_;
}


Tony.
--
<fanf@???> <dot@???> http://dotat.at/ ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}