pnum.js 84 Bytes edit raw blame history 1 2 3 define( function() { return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; } );