pnum.js 84 Bytes Edit Raw Blame History 1 2 3 define( function() { return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; } );