mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-17 21:58:45 +00:00
Remove redundant util.emailRegEx
This commit is contained in:
@@ -116,8 +116,6 @@ export default {
|
||||
return this.writeNumber(numeric, 4);
|
||||
},
|
||||
|
||||
emailRegEx: /^[+a-zA-Z0-9_.-]+@([a-zA-Z0-9-]+\.)+[a-zA-Z0-9]{2,6}$/,
|
||||
|
||||
hexdump: function (str) {
|
||||
var r = [];
|
||||
var e = str.length;
|
||||
|
||||
Reference in New Issue
Block a user