tuiHoneyPot

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

rnumnonpx.js (131B)


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