summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/jquery/src/core/var/rsingleTag.js
blob: 4d6e8a0ac7dad0ae2ae86e1e8c1c7fcb47f07c00 (plain)
1
2
3
4
5
6
define( function() {
	"use strict";

	// Match a standalone tag
	return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
} );