Command I'm using:
echo (KB1234567) | gawk.exe "match ($0,/KB.{7}/) {print substr($0,RSTART,RLENGTH)}"
Expected output:
KB1234567
Actual output:
nothing