Sha256: 921a8cc818613c77c896f004c404bb852d7128c5b3d7d43050ad427b6c222df5
Contents?: true
Size: 244 Bytes
Versions: 41
Compression:
Stored size: 244 Bytes
Contents
define( function() { "use strict"; // rsingleTag matches a string consisting of a single HTML element with no attributes // and captures the element's name return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); } );
Version data entries
41 entries across 32 versions & 6 rubygems