codewalker has asked for the wisdom of the Perl Monks concerning the following question:
<contrib-group> <contrib contrib-type="author"> . some code . <x>, </x></contrib> <contrib contrib-type="author"> . some code . <x>, </x></contrib> <contrib contrib-type="author"> . some code . <x>, </x></contrib> <contrib contrib-type="author"> . some code . </contrib> </contrib-group>
To Be coded as:
<contrib-group> <contrib contrib-type="author"> . some code . <x>, </x></contrib> <contrib contrib-type="author"> . some code . <x>, </x></contrib> <contrib contrib-type="author"> . some code . <x> and </x></contrib> <contrib contrib-type="author"> . some code . </contrib> </contrib-group>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: To find the last occurence and replace in perl
by Laurent_R (Canon) on Dec 30, 2014 at 10:55 UTC | |
|
Re: To find the last occurence and replace in perl
by Anonymous Monk on Dec 30, 2014 at 08:19 UTC | |
by Anonymous Monk on Dec 30, 2014 at 09:03 UTC | |
| |
|
Re: To find the last occurence and replace in perl
by locked_user sundialsvc4 (Abbot) on Dec 30, 2014 at 15:40 UTC | |
by Laurent_R (Canon) on Dec 31, 2014 at 12:06 UTC |