rsingleTag.js 148 B

123456
  1. define( function() {
  2. "use strict";
  3. // Match a standalone tag
  4. return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
  5. } );