OSDN Git Service

Merge pull request #19 from Bytom/dev_modify_pegin_address_to_contract
[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 } );