Project

General

Profile

1
define( function() {
2
	"use strict";
3

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