Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/reg-exp/#/is-unicode.js | 6 lines | 189 B | application/javascript | JavascriptLexer |
"use strict";
var validRegExp = require("../valid-reg-exp")
, re = /\/[a-xz]*u[a-xz]*$/;
module.exports = function () { return Boolean(String(validRegExp(this)).match(re)); };