Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nocproject Huawei Eudemon8000E-X3
- pattern = re.compile(
- r"Huawei Versatile Routing Platform Software.*?"
- r"Software Version:VRP \(R\) Software, Version (?P<version>\d+\.\d+).*?"
- r"(?P<platform>[A-Z0-9]+-[A-Z0-9]+)."
- r"(?P<image>[^)]+)",
- re.MULTILINE | re.DOTALL | re.IGNORECASE
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement