tuiHoneyPot

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

rcssNum.js (136B)


      1 define( [
      2 	"../var/pnum"
      3 ], function( pnum ) {
      4 
      5 "use strict";
      6 
      7 return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
      8 
      9 } );