in devel/minio/minio.js [21:28]
function isRegExp(regExp){ try { new RegExp(regExp); } catch(e) { return false } return true }