nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / core / var / rsingleTag.js
1 define( function() {
2
3         // Match a standalone tag
4         return ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
5 } );