On Thu, Jan 14, 2010 at 10:24:35 +0000, Dave Cross <davorg@xxxxxxxxx> wrote: > s/\.?0+$//; While it wasn't covered explicitly in the examples I suspect that a lone trailing decimal point should also be stripped so that the pattern should be: s/\.?0*$//; -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines