Project

General

Profile

1
define(function() {
2
	// Match a standalone tag
3
	return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
4
});
    (1-1/1)