sp-codes.de/bower_components/jquery/src/core/var/rsingleTag.js

7 lines
148 B
JavaScript
Raw Normal View History

2016-10-28 17:33:25 +00:00
define( function() {
2016-11-22 23:07:57 +00:00
"use strict";
2016-10-28 17:33:25 +00:00
// Match a standalone tag
2016-11-22 23:07:57 +00:00
return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
2016-10-28 17:33:25 +00:00
} );