Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-12-06 12:11:00


> Feature. Perl has the same behavior:
>
> $str = 'test.cidl';
> $str =~ s/(\.(idl|cidl|cdl))?$/E.idl/g;
> print "$str\n";
>
> ... prints:
>
> testE.idlE.idl

Whew!

Thanks for double checking that Eric,

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk