j
k
j a
j l
Feature. Perl has the same behavior: $str = 'test.cidl'; $str =~ s/(\.(idl|cidl|cdl))?$/E.idl/g; print "$str\n"; ... prints: testE.idlE.idl
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.
Back to the thread
Back to the list