OSDN Git Service

4d6e8a0ac7dad0ae2ae86e1e8c1c7fcb47f07c00
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / jquery / src / core / var / rsingleTag.js
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 } );