UPDATE 4.4.0.0
[phpmyadmin.git] / js / jquery / src / jquery / core / var / rsingleTag.js
blob7e7090b77b3d80ea1a3c12e985db469dd6b72a63
1 define(function() {
2         // Match a standalone tag
3         return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
4 });