scratch – Rev 125

Subversion Repositories:
Rev:
define(function() {
        // Match a standalone tag
        return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
});