added regex for Registrant details
This commit is contained in:
parent
a6bb6df54d
commit
f73c5d6d6a
@ -11,5 +11,6 @@ parse = {
|
|||||||
"CreationDate": "Created:\s+(\S+)",
|
"CreationDate": "Created:\s+(\S+)",
|
||||||
"ExpirationDate": "Expired:\s+(\S+)",
|
"ExpirationDate": "Expired:\s+(\S+)",
|
||||||
"UpdatedDate": "Updated:\s+(\S+)",
|
"UpdatedDate": "Updated:\s+(\S+)",
|
||||||
|
"Registrant Details": "Registrant:(\S+)\s+([a-zA-Z0-9./(), -]*)(\S+)\s+([a-zA-Z0-9./(), -]*)(\S+)\s+([a-zA-Z0-9./(), -]*)(\S+)\s+([a-zA-Z0-9./(), -]*)(\S+)\s+([a-zA-Z0-9./(), -]*)(\S+)\s+([a-zA-Z0-9./(), -]*)(\S+)\s+([a-zA-Z0-9./: ]*)(\S+)\s+([a-zA-Z0-9.: ]*)(\S+)\s+([a-zA-Z0-9./@ -]*)",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user