'How to search for 2 type in python regular expression
Actually i am trying to make a wifi interfaces grabber code in in ubuntu system.
my wifi interface name in iwconfig looks like this wlxa047d708ea27 when i turn this interface into monitor mode it changes into wlan0mon. my regular expression look like this interfaces = re.compile(r'wlxa047d708ea[0-9]+') which gives my real interface which is ok and i want to also include the re for wlan0mon in the above code. any help will be greatfull.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
