blob: 340b80db0706694265c8c5a672744203098f1317 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001define( function() {
2 "use strict";
3
4 // rsingleTag matches a string consisting of a single HTML element with no attributes
5 // and captures the element's name
6 return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
7} );