tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

pnum.js (100B)


      1 define( function() {
      2 	"use strict";
      3 
      4 	return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
      5 } );