![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: rearranging a string.newby davidrw (Prior) |
on Nov 21, 2005 at 19:25 UTC ( #510533=note: print w/replies, xml ) | Need Help?? |
Can also use a regex or substitution...
Could also use a more robust regex if desired (trivial example is /(200[012345])(\d{4})/) and depending on context.
In Section
Seekers of Perl Wisdom
|
|