Repaired the Object Identifier to Hex regex
This commit is contained in:
parent
40f253c86b
commit
4d9fb7ef58
@ -28,7 +28,7 @@ class ObjectIdentifierToHex extends Operation {
|
||||
this.args = [];
|
||||
this.checks = new magicObject([
|
||||
{
|
||||
match: "^\\s*([0-9]{1,3}\.?)+\\s*$",
|
||||
match: "^\\s*([0-9]{1,3}\\.?)+\\s*$",
|
||||
flags: "",
|
||||
args: []
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user