On Thu, Jan 14, 2010 at 10:24:35 +0000,
  Dave Cross <dav...@gmail.com> 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@lists.fedoraproject.org
To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to