Repaired the Object Identifier to Hex regex

This commit is contained in:
n1073645 2019-12-04 12:43:26 +00:00
parent 40f253c86b
commit 4d9fb7ef58

View file

@ -28,7 +28,7 @@ class ObjectIdentifierToHex extends Operation {
this.args = []; this.args = [];
this.checks = new magicObject([ this.checks = new magicObject([
{ {
match: "^\\s*([0-9]{1,3}\.?)+\\s*$", match: "^\\s*([0-9]{1,3}\\.?)+\\s*$",
flags: "", flags: "",
args: [] args: []
} }