Sha256: fff64afed81de81bd8cd83717b30e4390e17e869d2ab48790ab4f76777fdce1b
Contents?: true
Size: 304 Bytes
Versions: 41
Compression:
Stored size: 304 Bytes
Contents
define( function() { "use strict"; // rtagName captures the name from the first start tag in a string of HTML // https://html.spec.whatwg.org/multipage/syntax.html#tag-open-state // https://html.spec.whatwg.org/multipage/syntax.html#tag-name-state return ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); } );
Version data entries
41 entries across 32 versions & 6 rubygems