Regular Expressions 101

Community Patterns

Retrieve BSSID and signal strength from netsh

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?:BSSID +: (?<bssid>[a-z0-9]{2}(?::[a-z0-9]{2}){5}))|(?:Signal +: (?<signal>\d+)%)
/
g

Description

Retrieve BSSID and signal strength from netsh

Submitted by asasine - 3 years ago