tuiHoneyPot

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

whitespace.js (125B)


      1 define( function() {
      2 
      3 "use strict";
      4 
      5 // https://www.w3.org/TR/css3-selectors/#whitespace
      6 return "[\\x20\\t\\r\\n\\f]";
      7 
      8 } );