PCI addresses adhere to the BDF notation
What would be a good way to determine if a string contains a valid PCI address? Any programming language would do.
PCI addresses adhere to the BDF notation
What would be a good way to determine if a string contains a valid PCI address? Any programming language would do.
Copyright © 2021 Jogjafile Inc.
So I came up with the following regex (javascript) to cover the basic BDF:
extending it to cover the extended versions of BDF should not be that hard.