0e55bcefd2d3f1204e1a073541ad12d16295185890398cefdaec5b4747e48caee637b261d3eb4f1df869bd2550e0349205862111bea5b9b49f3e771499dc5b 244 B

1234567
  1. define( function() {
  2. "use strict";
  3. // rsingleTag matches a string consisting of a single HTML element with no attributes
  4. // and captures the element's name
  5. return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
  6. } );