OSDN Git Service

fix bug and add tool for claim tx
[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 } );