mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
@@ -104,11 +104,6 @@ ${addressEntries.map(entry => entry.address).join(', ')}`);
|
||||
}
|
||||
};
|
||||
|
||||
exports.hasScheme = function (str) {
|
||||
return !! str.match(/^[A-Za-z][A-Za-z0-9+-\.]*\:\/\//);
|
||||
};
|
||||
|
||||
|
||||
exports.hasScheme = function (str) {
|
||||
return !! str.match(/^[A-Za-z][A-Za-z0-9+-\.]*\:\/\//);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user